79433029

Date: 2025-02-12 12:29:01
Score: 0.5
Natty:
Report link

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:

This answer has a helpful checklist you can follow along while setting up IAP: https://stackoverflow.com/a/76877489/14431966

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): in your case
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why can't I
  • Low reputation (0.5):
Posted by: sj_959