-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Promote IAPs from App Store? #199
Comments
Here’s the PR of react-native-in-app-utils and how they solved this: |
No. We didn't implement this yet. We will implement this sooner or later. |
any news? |
Yes, we need news ) plz ) |
@JJMoon We need news please, I have no ideas how to fix this |
OK. I will look over it. |
@JJMoon Thanks you! |
I wonder if this method is already implemented regarding #307. Do you think this is the solution for this issue ? |
@JJMoon I don't know for now. I will take a look at it when I got some times to work on it. Thanks! |
@xVanilla Thank you for your reply. Currently, we need some test. In real App Store promotion. |
Any news on this feature? |
@neilco I am attempting to implement this feature but can not get the listener to fire using itms-service trigger (itms-services://?action=purchaseIntent&bundleId=[BUNDLE_ID]&productIdentifier=[PRODUCT_ID]). I am starting the observer in the appDelegate and add the listener when our app initializes. Any help. |
@L-Yeiser Are you calling |
@neilco ends up I was using the wrong productIdentifier. A coworker had updated the productId and I was unaware. Everything now works as expected. Thanks for the time. |
Does this plugin support SkPaymentTransactionObserver method so that the In-App Purchases can be promoted on the iOS App Store?
https://developer.apple.com/app-store/promoting-in-app-purchases/
The text was updated successfully, but these errors were encountered: