Closed kaddyadriano closed 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.
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 theinAppPurchase.getProducts(["com.myproduct.id"])
has been called. What am I missing? Thanks for your help.