AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
316 stars 192 forks source link

Works from Sandbox and Test Flight but does not pass the Apple review. #294

Closed kaddyadriano closed 4 years ago

kaddyadriano commented 4 years ago

Works from Sandbox and Test Flight but does not pass the Apple review they are claiming the subscribe button does nothing and I can't replicate the issue. I'm using inAppPurchase.subscribe("com.myproduct.id") after the inAppPurchase.getProducts(["com.myproduct.id"]) has been called. What am I missing? Thanks for your help.

kaddyadriano commented 4 years ago

The issue was with sandbox in-app subscriptions not expiring fast enough since Apple review team was using the same test apple account from different devices. They were testing from the second device when the subscription is in a 'cancelled' status. I had to request them to try for a few times within like 30 minutes because I wasn't sure when the subscription would expire or removed. A one month subscription supposed to only last 5 minutes but it took way longer than that.