Questions tagged [auto-renewing]
175 questions
31
votes
2 answers
iOS sandbox environment auto-renewal subscription
I have the following questions regarding iOS auto-renewable subscriptions
a) Are auto-renewal subscriptions really auto-renewing in the sandbox environment? The problem seems to be that subscriptions are not renewed automatically although the…

2cupsOfTech
- 5,953
- 4
- 34
- 57
24
votes
1 answer
Can I validate Google Play in-app subscription renewals completely server-side?
When a user first purchases a subscription from the Google Play Store, my app sends my server a receipt which contains the package name, the subscription/product ID, and the purchase token. I can then call the Purchases.subscriptions.get API to…

Joe Shaw
- 22,066
- 16
- 70
- 92
15
votes
1 answer
iOS auto-renewable subscriptions: receipt validation flows
I'm implementing an auto-renewable subscription scenario, where the receipt validation will be handled by my server-side code. Following Apple's documentation, I'll be obtaining the receipt data from NSBundle, and pass that data to my server, which…

Rui
- 5,900
- 10
- 38
- 56
12
votes
3 answers
Couldn't purchase with Subscription offer
I am trying to make the In-App Purchase subscription offer work. So I get the encoded signature, nonce, timestamp and key identifier from our server. I create a SKPaymentDiscount object and setting this to paymentDiscount of SKMutablePayment object.…

Nina
- 1,579
- 2
- 21
- 51
12
votes
1 answer
Turning off auto-renewing subscriptings on an iOS device in sandbox
I have set up and tested In-App purchases successfully in sandbox environment. But I have a problem:
In actual In-App purchases, I can turn off auto-renewing subscriptings on an iOS device by following this link…

magichero
- 233
- 1
- 3
- 10
11
votes
1 answer
iOS renewable subscription expires_date field
UPDATE:
I'm posting @vitro 's comment here:
Year 2021 - and it is there: https://developer.apple.com/documentation/appstorereceipts/expires_date_ms
This field is returned in the JSON response, in the responseBody.Latest_receipt_info and…

Lvergos
- 111
- 1
- 3
11
votes
5 answers
Auto-renewing subscription: app-store completes transaction despite finishTransaction not called
I'm simulating purchases of an Auto-renewing subscription in my app on an iPhone. My issue is that the purchase is considered to be done by the App store while it is not.
Here is what is going on:
The user presses a button to purchase the renewing…

David
- 1,898
- 2
- 14
- 32
10
votes
3 answers
How to get expiry date for Subscription with client side in Android?
We are implementing the subscription using in-app purchase in android, We are getting the purchase timestamp like the below format
'{
"orderId":"GPA.1234-5678-9012-34567",
"packageName":"com.example.app",
"productId":"exampleSku",
…

Ramkumar Paulraj
- 1,841
- 2
- 20
- 40
9
votes
3 answers
How to grant free months to an auto-renewal subscription (iOS)?
I have an iOS app with different auto-renewal subscription possibilities, and I want to offer it's user the chance to earn a free month when they invite friends to the app.
I know how to handle the scenario where I'd give a free month to a user…

alasker
- 309
- 5
- 18
9
votes
3 answers
Auto-renewable subscription in ios7
I know it has been asked many times but none of the questions are helping me and I am not sure which of these answers are still valid in iOS 7.
I am doing some app with Auto-Renewing subscription. I have successfully created my product and I can buy…

Marko Zadravec
- 8,298
- 10
- 55
- 97
8
votes
2 answers
How to determine if iOS version supports auto-renewing purchases?
Am I being particular dense today? I'm working on an app that needs to offer legacy subscriptions to old iOS versions and auto-renewing subscriptions to newer iOS versions.
Normally I would check using a respondsToSelector test for something…

Roger
- 15,793
- 4
- 51
- 73
8
votes
2 answers
How to do auto-renewal of TLS certificates with certbot?
I have an application with Nginx docker container for which the TLS certs are generated manually using the following command in the host (with Ubuntu OS) where application is deployed:
certbot certonly --manual --manual-public-ip-logging-ok…

AnjK
- 2,887
- 7
- 37
- 64
8
votes
2 answers
Removing autorenewable subscriptions from iPhone App
I have an iPhone app that also features autorenewable products as an in-app purchase. The products are subscriptions to our service for up to 1 year in the future. We wanted to remove the whole in-app-purchase and autorenewable product from our app…

j0nes
- 8,041
- 3
- 37
- 40
7
votes
1 answer
Do I need the server side to support iOS Grace Period of auto-renewable subscriptions?
Apple introduced Grace Period for subscriptions.
https://developer.apple.com/app-store-connect/whats-new/?id=billinggraceperiod
I still can't tell if I need to set up the server-side to support this feature or just checking the receipt on the server…

Umeumeume
- 1,952
- 3
- 21
- 40
7
votes
2 answers
Does test sandbox autorenew subscriptions IOS?
I've been working on implementing an autorenewing subscription app. I have the actual purchase of the subscription working fine.... I choose the 1 month subscription which should last 3 minutes, before it expires... the initial purchase actually…

Speckpgh
- 3,332
- 1
- 28
- 46