We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use Discussion board if you want get some help out of it. Please report issue if there is a bug.
"react-native-iap": "^6.0.0"
"react-native": "0.62.2"
Android
When upgrade/downgrade a subscription ,current subscription must replaced with new sku and new purchase token.
Triggering new subscription along with old one (we can see two subscriptions(skus) same time).
Real Device - sandbox
Initiate one subscription
Upgrade/Downgrade the subscription with the function call requestSubscription(newSku,false,oldSku,oldPurchaseToken,4) ( 4: DEFERRED)
subscription prompt will show (like new subscription along with the old one).
The text was updated successfully, but these errors were encountered:
@jerrintkg could this be a duplicate of #888 ?
Sorry, something went wrong.
@andresesfm Thanks this can be closed.
No branches or pull requests
Version of react-native-iap
Version of react-native
Platforms you faced the error (IOS or Android or both?)
Expected behavior
When upgrade/downgrade a subscription ,current subscription must replaced with new sku and new purchase token.
Actual behavior
Triggering new subscription along with old one (we can see two subscriptions(skus) same time).
Tested environment (Emulator? Real Device?)
Real Device - sandbox
Steps to reproduce the behavior
Initiate one subscription
Upgrade/Downgrade the subscription with the function call requestSubscription(newSku,false,oldSku,oldPurchaseToken,4) ( 4: DEFERRED)
subscription prompt will show (like new subscription along with the old one).
The text was updated successfully, but these errors were encountered: