Questions tagged [auto-renewing]
175 questions
1
vote
0 answers
Inadvertantly removed auto-renewable subscription from sale. Now all subscrptions are being cancelled.
We have an iOS app in the app store with two auto renewing subscriptions. A weekly with a week free subscription (lets call it A) and a monthly with a month free (Lets call it B). In the last release of the app we added a third subscription a…

jcuk
- 191
- 7
1
vote
0 answers
App review unable to locate Auto renewing subscriptions
I'm trying to release a new version of an existing app to the app store. The app already has consumable IAP's and the new version is implementing Auto renewing subscriptions.
When i submitted the new version of the app to review i had already linked…

Morten Saabye Kristensen
- 123
- 1
- 5
1
vote
1 answer
Implementing an in-app purchase auto renewing subscription on an Apple Watch app?
My watch app will put a portion of its features behind a subscription paywall, I'm following a few tutorials I found re: implementing an auto-renewing subscription: savvyapps and RW
Is there any reason I cannot/should not build this code on watch…

GarySabo
- 5,806
- 5
- 49
- 124
1
vote
1 answer
Can revoked SSL certificate be renewed?
So I was using Certbot to automatically renew the Let's Encrypt TLS certificate via --webroot and crontab.
The question is:
Can a TLS/SSL certificate be renewed just as usual if it is revoked for some Unforeseeable reason?
Or do I have to apply…

Wenk Hsueh
- 117
- 10
1
vote
1 answer
What is the best way of storing auto renewing subscription receipts in ios?
I am implementing Auto Renewing subscriptions in my App. I am able to complete all the Purchases and Restorations perfectly. But i am kind of struck on what would be best ways to save the receipt details. Below are my questions.
Is it a good idea…

Pradeep Reddy Kypa
- 3,992
- 7
- 57
- 75
1
vote
1 answer
How to tie back iTunes connect Subscription Status URL to a unique user
Hello I am currently trying to take advantage of the Subscription Status URL that iTunes connect gives you to get updates on a auto renewable in app subscription.
I have my endpoint up and running, and I am getting all the receipt info I need and…

Luke
- 612
- 1
- 6
- 19
1
vote
0 answers
Two auto-renewing subscription with trial periods
I'm developer of iOS / OS X app.
I would like to make two auto-renewable subscriptions (in one "family" of subscriptions).
1) Monthly subscription + 1 month trial
2) Yearly subscription + 1 month trial (or, may be, 3 months trial)
My quastion:
If a…

Sergey Kuzukov
- 61
- 5
1
vote
1 answer
What would cause an autorenewing itunes subscription to not renew?
We use autorenewing in app purchases to allow our users to buy our Premium offering, some of which start with a 30 day free trial. Recently, a user was downgraded from an in app purchase with a free trial because their subscription did not renew. …

Ethan Hollinshead
- 19
- 1
1
vote
0 answers
iOS In-App Purchase Auto renewable subscriptions disabled by user
I've been searching for this answer for quite a while, but it seems confused while I got different answers which is not yet solving my question. However, I couldn't test this situation through sandbox environment too...
The question is simple:
…

Hui Qin Ng
- 11
- 5
1
vote
3 answers
Decreasing price of in-app (iOS) auto renewal subscription
If I decrease the price of an in-app (iOS) auto renewal subscription would the existing subscriber continue to use service at discounted rate? Or would their auto renewal subscription get cancelled?

Ugam
- 11
- 3
1
vote
0 answers
How to add two Auto-Renewable subscription for one application in iOS?
I am new to using iOS In-App Purchases. I want to add two subscriptions:
one is for 1 month and the second is for 3 months.
If i add different product id for same application (different subscriptions), will that work?

Ashish
- 55
- 6
1
vote
0 answers
detect auto-renewable subscription being renewed: what's the value of SKPaymentTransactionState?
I am working on an app which has an auto-renewable subscription item implemented. No server is involved, at least not in the processing of subscriptions. I have seen a few posts stating that when this kind of subscription is "auto-renewed", the…

Costin Andronache
- 11
- 2
1
vote
1 answer
Renewable subscription and backed
I read many materials about ios renewable subscriptions and have this workflow:
The application gets receipts from apple and sends it to the backend
Backend vefify receipt by apple verify-url
Backend gets real transaction_id and expires_date only…

Yegor Lukash
- 510
- 2
- 18
1
vote
0 answers
Automatic Renewal Subscription works on fresh installs, not on updating Version
In version 1.0 ,the app content was free. Whereas in version 1.1 , I implemented Automatic renewal Subscription for some content and used IAPHelper for implementing InApp purchase. The Subscription is working fine in case of fresh installs whereas…

Vikas
- 914
- 7
- 19
1
vote
0 answers
Autorenewable subscription sandbox test environment iOS
I've read this answer and also this but they are quite old so maybe there are some new update.
My issue is about disabling autorenewing on test users, because if I try to do that using the recommended approach of the Apple ID, the stores complains…

Andrea
- 26,120
- 10
- 85
- 131