Why can't I build AAB files with the development client?
As per the docs, when you set developmentClient
to true
, it creates a debug build and an artifact (apk) you can share internally, which implies you will need to set it to false
in your case.
What’s the correct approach to testing in-app payments?
The right approach is to publish a build on the internal testing tack or the closed testing track first.
Summing up:
release
builddev
version of your app (with a different package name)This answer has a helpful checklist you can follow along while setting up IAP: https://stackoverflow.com/a/76877489/14431966