react-native-in-app-utils icon indicating copy to clipboard operation
react-native-in-app-utils copied to clipboard

loadProducts() does not return introductoryPrice for subscriptions

Open jamesmsp89 opened this issue 7 years ago • 6 comments

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.

jamesmsp89 avatar Jul 30 '18 09:07 jamesmsp89

Happy to accept a PR for this.

chirag04 avatar Jul 30 '18 15:07 chirag04

Sent a PR for this feature. Here

whtlnv avatar Sep 22 '18 02:09 whtlnv

@chirag04 would you please consider merging this PR from @whitelionV ? I also need this introductory price info in my RN project

big-toni avatar Jan 16 '19 12:01 big-toni

Is the library still updated ? I see that the PR has never been merged

remyzv avatar May 05 '19 20:05 remyzv

Any news here? The PR is still not merged.

matttti avatar Jul 16 '19 09:07 matttti

@matttti @big-toni @whitelionV @remyzv You can just use another library https://github.com/dooboolab/react-native-iap

NarekChang avatar Jul 16 '19 10:07 NarekChang