Relative Content

Tag Archive for react-nativereact-native-iap

Cancel subscription with react-native-iap

The documentation from react-native-iap say to use deepLinkToSubscriptions() to cancel/unsubscribe. The function redirect to store and I can cancel, however, I can’t get the return. I not see how make my code listen if unsubscribe was made or not.

Getting status of 21002 when verifying receipt in IOS react native

I’m trying to implement subscription in react native app on IOS, I’ve couple of issue first of all I’ve created two sandbox test users, but upon opening app the prompt doesn’t show on first render or when confirming subscriptions in order to put my email and password of sandbox user. Although I’m able to get subscriptions from app store connect though react native iap library, still the verifyRecipt call always return 21002 status.