Adapty Error: #1000 (noProductIDsFound): No In-App Purchase product identifiers were found.
complete
S
Sefa Demir
I'm using React native and I've added all products to both Adapty and stores (ids). But still I'm getting this error:
ERROR [Adapty JS] — ERROR: : <-- Native SDK replied with error error="#1000 (noProductIDsFound): No In-App Purchase product identifiers were found." nativeError="{\n \"nativeStackAndroid\": [],\n \"userInfo\": null,\n \"message\": \"{\\\"adapty_code\\\":1000,\\\"message\\\":\\\"No In-App Purchase product identifiers were found.\\\"}\",\n \"code\": \"adapty\"\n}"
Adapty Support
complete
A
Adapty Support
Hey there!
Please, refer to the checklist to make sure that the products are available:
- All the products were added to Adapty Dashboard
- Package name of your app matches the one from Play Store
- Product identifiers from the stores match with the ones you've added to the Dashboard. Identifiers should not contain Package name unless they do so in store already.
- Please be sure, that in your Google tax settings, the app paid status is active. Tax info should be up-to-date and certificates must be valid too.
- Make sure that there is a bank account attached, so the app would be eligible for monetisation.
Also, please check that you are using Billing library version 4 or earlier, because we do not support version 5 at the moment.
Hopefully it helps!