Replies: 1 comment
-
|
@cddceo Thank you for the issue! This issue has actually raised in similar library expo hyochan/expo-iap#207 which I thought I've also resolved it here 😔 The issue you described was due to a bug in the Android bridge up to 14.3.7, where I’ve just merged a fix #3017 into 14.3.9. Key changes
This means if you put the stored 👉 Please update to 14.3.8 and let me know if the issue persists. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using multiple base plans (monthly/yearly) under a single Android subscription product, the Google Play
purchase dialog always shows the first base plan (1month) regardless of which offerToken is passed.
Environment
Current Setup
Google Play Console configuration:
premium1month(with offerToken)1year(with offerToken)Code Implementation
Beta Was this translation helpful? Give feedback.
All reactions