Questions tagged [auto-renewable]
105 questions
4
votes
0 answers
Don't receive auto-renewal subscription status notifications on production
We're working on the app with auto-renewal subscription. We have just one option - monthly auto-renewal subscription with one week free trial. We also use "Subscription Status URL" to receive subscription notifications.
The app itself is similar to…

Victor Yurkin
- 113
- 4
4
votes
0 answers
Can't get original_transaction_id from status update notification keys of apple
I'm implementing on Status Update Notifications from Apple's In app purchase programming guide.
https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Subscriptions.html
I have done to setup a…

Loint
- 3,560
- 7
- 26
- 46
4
votes
2 answers
SKPaymentQueue updatedTransactions method not being called after renewal
I have implemented auto-renewable subscriptions in my app. All works ok. The only thing is that method public func paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) is not being called after auto-renewal…

Wojtek
- 1,006
- 11
- 30
3
votes
0 answers
Apple In App Purchase, Interrupted purchase in sandbox
While testing renewable subscription purchasing with a Sandbox User I noticed something odd.
In AppStoreConnect you can select a checkbox to interrupt any payments for a given sandbox user. If you do this during the payment process
the payment…

Paweł Zgoda-Ferchmin
- 469
- 6
- 14
3
votes
1 answer
Should I check cancellation_date_ms in addition to expires_date_ms for a auto-renewable subscriptions?
I am implementing an auto-renewable subscription in my app.
Currently, to check if the user have an active subscription, I examine all the records in latest_receipt_info array from the response JSON returned from the Apple's /verifyReceipt service,…

Dmitry Klochkov
- 2,484
- 24
- 31
3
votes
1 answer
Difference in the payload for CANCEL notification for Upgrade and Customer support cancellation for Apple subscription notification
Apple sends Server to Server notifications for Subscription related changes of a customer. CANCEL notification is sent out in two scenarios:
User calls customer care to cancel their subscription.
User changes to an upgraded plan.
In case 2, an…

mickeymoon
- 4,820
- 5
- 31
- 56
3
votes
1 answer
How to determine if a user has been subscribed before - RevenueCat
I would like to be able to determine if a user has ever been subscribed to
be able to change the name of the purchase button. In other words, at start the button will say, Try It Now if the user is currently subscribed the button will say…

fs_tigre
- 10,650
- 13
- 73
- 146
3
votes
0 answers
iOS In-app purchase multiple subscription groups
I'm trying to figure out how to proceed with multiple subscription groups with iOS in-app purchase.
Suppose I have multiple content providers users can subscribe to, and for each there are different tiers of subscriptions as follows:
Provider 1 :…

ordinaryman09
- 2,761
- 4
- 26
- 32
3
votes
1 answer
Is it possible to get 21007 status code by verifying receipt in live app?
For a user i am getting status code 21007 by verifying in-app receipt. 21007 is for sandbox but my app is live it means its in production mode. And for rest of user i am not getting any error.

Saurabh Singh Rathore
- 189
- 2
- 16
3
votes
1 answer
iOS in App purchase - auto renewal subscription
dears ,
i have a question regarding iOS in app purchase , specific for "auto renewal Subscription"
i develops app contains Free features & Paid features :
the paid features based on "Monthly subscription & user have a free 1 week trial"
and all…

Ahmad
- 2,844
- 1
- 13
- 9
3
votes
0 answers
In app purchase is not working after release but it was working in sandbox mode
Reject from Apple for In APP Purchase
During development in app purchase auto-renewing subscription, I've created test accounts which are able to obtain the product of the in app purchase as well as actually purchasing it without an issue. I've…

vuongminhtruong
- 31
- 1
3
votes
2 answers
Check In-app purchase auto renewal subscription in sandbox mode
I'm having a delay in receipt updating for the auto renewal in my app.
As a example if user subscribed for 7 day subscription with one week free trial,
means 1 week = 3 mins
auto renewal will happen 5 times.
Total time = 15 mins.
So according to…

posha
- 881
- 4
- 16
- 28
3
votes
1 answer
Autorenewable subscription IAP renewing after expiry date in sandbox
According to Apple's documentation...
During the 24-hour period before the subscription expires, the App
Store starts trying to automatically renew it. The App Store makes
several attempts to automatically renew the subscription over a period
…

jeh
- 2,373
- 4
- 23
- 38
3
votes
1 answer
Auto-renewable subscriptions on iPhone and Android: sync
We want to use auto-renewable subscriptions in our app (iOS/Android). But I don't understand what is the best way to sync these subscriptions between devices and platforms.
We are using user email for authentification but it seems that all…

lithium
- 1,272
- 1
- 14
- 28
3
votes
3 answers
iOS - In App Purchase - auto renew subscription - How to get notified if the user cancel or auto renewable subscription?
I am working on an app which has our own user database and cross platforms subscription.
and my questions are:
pre-condition: in iOS, user did login with username and did auto-renew subscription.
1.if user deleted the app, will it cancel the…

bitma
- 117
- 1
- 15