react-native subscription promo how they work in Android ? #2563
Replies: 2 comments
-
|
Hey, @khan8901, I just finished refactoring my company's Play Store in app purchase logic to use
Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
|
Were you able to get the promo code working on Android? I have the same issue — I created a promo, but in both the testing and production environments , the 'Redeem Code' option doesn't appear. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
SO I have react-native subscription code
const result = await IAP.requestSubscription({skus:['my sku'],subscriptionOffers: [{sku: 'my sku', offerToken}]});it works fine but i have generated google play store promos and want the user to redeem them .
How should I ?
Thanks in advance I have been working on it for days and I got no documentation that is helping with this.
Beta Was this translation helpful? Give feedback.
All reactions