Hyo

Results 309 comments of Hyo

@shahrukh25795 I've just updated the docs! Hope this help~ https://hyochan.github.io/react-native-iap/docs/guides/subscription-validation

Please try `14.+` and come back since you've used old unmaintained library.

On Android, `getAvailablePurchases()` internally wraps: BillingClient.queryPurchasesAsync(INAPP) BillingClient.queryPurchasesAsync(SUBS) So if the returned array is empty, it simply means: > Google Play returned no purchases from its query API. Android Billing sometimes...

@dharmeshgigs On iOS, interrupted/unfinished transactions are stored separately. Use `getPendingTransactionsIOS` to retrieve them: ```javascript import { getPendingTransactionsIOS, finishTransaction, getAvailablePurchases } from 'react-native-iap'; const checkAndRecoverPurchases = async () => { if...

I’m closing all issues reported in versions below 14, as the library now supports the new architecture with NitroModules and has been completely revamped.

I’m closing all issues reported in versions below 14, as the library now supports the new architecture with NitroModules and has been completely revamped.

@arechsteiner Thanks for the issue I just catched that `oneTimePurchaseOfferDetailsAndroid` could be a list and not single object. I am planning to change this soon

@arechsteiner I’ve worked on the fix and am currently implementing the remaining pieces from #3103. You can test the latest update via `14.5.1-rc.1` by installing: ``` npm install react-native-iap@next ```...

@arechsteiner Just released `14.6.0-rc.2` which is updates in #3103. This will be released next week or later.

@arechsteiner Thanks! I've just released `14.6.0` now! You can try newer version without `next` tag! https://github.com/hyochan/react-native-iap/actions/runs/20266328254