Skip to content
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

Closed
ilyakar opened this issue Jun 21, 2018 · 15 comments · Fixed by #388
Closed

Promote IAPs from App Store? #199

ilyakar opened this issue Jun 21, 2018 · 15 comments · Fixed by #388
Assignees
Labels
🍗 enhancement New feature or request 📱 iOS Related to iOS

Comments

@ilyakar
Copy link

ilyakar commented Jun 21, 2018

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/

@ilyakar
Copy link
Author

ilyakar commented Jun 21, 2018

Here’s the PR of react-native-in-app-utils and how they solved this:

chirag04/react-native-in-app-utils#179

@hyochan hyochan added 🍗 enhancement New feature or request 📱 iOS Related to iOS labels Jun 21, 2018
@JJMoon
Copy link
Contributor

JJMoon commented Jun 22, 2018

No. We didn't implement this yet. We will implement this sooner or later.

@dNadiia
Copy link

dNadiia commented Nov 7, 2018

any news?

@ryskin
Copy link

ryskin commented Nov 11, 2018

Yes, we need news ) plz )

@xVanilla
Copy link

xVanilla commented Dec 12, 2018

@JJMoon We need news please, I have no ideas how to fix this

@JJMoon
Copy link
Contributor

JJMoon commented Dec 28, 2018

OK. I will look over it.

@xVanilla
Copy link

@JJMoon Thanks you!

@ilyakar
Copy link
Author

ilyakar commented Dec 28, 2018 via email

@JJMoon
Copy link
Contributor

JJMoon commented Jan 4, 2019

I wonder if this method is already implemented regarding #307.
It is about unfinished transaction handling. And I guess Promoted Purchased Transactions can be handled in the same manner.
I committed a PR regarding this, and it is not deployed yet. I hope you to check this PR.
#347

Do you think this is the solution for this issue ?

@xVanilla
Copy link

xVanilla commented Jan 7, 2019

@JJMoon I don't know for now. I will take a look at it when I got some times to work on it. Thanks!

@JJMoon
Copy link
Contributor

JJMoon commented Jan 8, 2019

@xVanilla Thank you for your reply. Currently, we need some test. In real App Store promotion.
If this can be done successfully, this issue can be resolved.

@EightPool
Copy link

Any news on this feature?

@L-Yeiser
Copy link

@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.

@neilco
Copy link
Contributor

neilco commented Jan 31, 2020

@L-Yeiser Are you calling [IAPPromotionObserver startObserving] at the very beginning of -[application:didFinishLaunchingWithOptions:]?

@L-Yeiser
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍗 enhancement New feature or request 📱 iOS Related to iOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants