chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
892 stars 187 forks source link

InAppUtils.purchaseProduct() doesn't work on iOS 14 #224

Closed tecshogo closed 3 years ago

tecshogo commented 3 years ago

Hello, I am using the version 6.0.2 on iOS 14 and I find InAppUtils.purchaseProduct() doesn't work. After purchase completion messages, the loader doesn't disappear.

On iOS 13 the loader disappears and purchase succeeds.

I think this link is related to this issue. https://github.com/dooboolab/react-native-iap/pull/1064

Please fix this issue.

dmitrycoder commented 3 years ago

I have same issue

brianomchugh commented 3 years ago

Same issue. The purchase does go through, but the app does not detect it or see the receipt. The only way to get it is to force quit the app and then "Restore Purchase"

tecshogo commented 3 years ago

@chirag04 Could you please check this issue?

mkraina commented 3 years ago

I've made some changes, so far it seems to be working for me

chirag04 commented 3 years ago

@nasmuris that looks perfect. mind opening a PR here?

chirag04 commented 3 years ago

This should be fixed on the latest version now.