-
Notifications
You must be signed in to change notification settings - Fork 185
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
loadProducts() does not return introductoryPrice for subscriptions #186
Comments
Happy to accept a PR for this. |
Sent a PR for this feature. Here |
@chirag04 would you please consider merging this PR from @whitelionV ? I also need this introductory price info in my RN project |
Is the library still updated ? I see that the PR has never been merged |
Any news here? The PR is still not merged. |
@matttti @big-toni @whitelionV @remyzv You can just use another library https://github.com/dooboolab/react-native-iap |
Can you please return introductoryPrice as a string (e.g. "£2.99") in the product object returned from the loadProducts() method? I am offering Subscriptions through my app and the issue that I am facing is that I cannot display the introductory price.
Further details regarding the API can be found here:
https://developer.apple.com/documentation/storekit/in_app_purchase/offering_introductory_pricing_in_your_app
Thank you.
The text was updated successfully, but these errors were encountered: