-
-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
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
Add support for iOS In-App Purchase promotions #388
Conversation
@neilco Thank you for the contribution. This is really great support!. I've reviewed some of your lines. |
@hyochan Thanks for the comments. This is ready for review again. 👍 |
@hyochan I’ve spotted an issue related to the React Native app lifecycle—if the app is terminated and a promoted product is clicked in the App Store, the app will open but will never receive the |
@hyochan All ready for review 🙈 |
Question for this: How would one go about getting the full receipt for a promoted product after the purchase? This is relevant for receipt validation. |
@kristfal Purchased promoted products are the same as regular purchases so handle the receipt in exactly the same way. |
Ok, thanks for info. Reason I was asking is because the return value of |
@kristfal The only difference is that the product choice happens external to the app—the |
This pull request adds support for the additional
SKProductTransactionObserver
delegates that support promoting In-App Purchase products in the App Store.This pull request closes #199.