React-native-iap: RNIap.getSubscriptions(skuId) returns empty array. Am I missing something?

Created on 24 Jul 2020  ·  4Comments  ·  Source: dooboolab/react-native-iap

I created a renewable subscription product on Google Play Developer console and its status is active.

I published alpha release but when I try to fetch that subscription item with RNIap.getSubscriptions(skuId), array is empty.

On IOS side, it is working.

My steps;

  • Give billing permission on AndroidManifest file
  • Build with signed apk
  • Create app on Google Play Console
  • Release an alpha release
  • Add a tester gmail account on Google Play Console
  • Test on real device with that tester gmail account
  • Wait more than 20 hours

result = empty array for products.

Am I missing something?

Most helpful comment

Still Im getting empty array, May I know how did you resolve this issue ?

All 4 comments

Still Im getting empty array, May I know how did you resolve this issue ?

Still Im getting empty array, May I know how did you resolve this issue ?

Me too.

@rjuevesano Bro, now its working for me. you have to upload your apk to Play store and it should be approved. then only it will work.

Screenshot 2020-09-14 at 09 05 05

@rjuevesano Bro, now its working for me. you have to upload your apk to Play store and it should be approved. then only it will work.

Screenshot 2020-09-14 at 09 05 05

Yeah. I used different applicationId that's why it's not showing.

Was this page helpful?
0 / 5 - 0 ratings