Questions tagged [auto-renewable]
105 questions
0
votes
0 answers
StoreKit configuration file and auto-renewable subscription validation?
Instruction how to create a StoreKit configuration file:
https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode/#
I use SwiftyStoreKit but the pure StoreKit behaviour should be the same.
I can get subscription info and…

Gargo
- 1,135
- 1
- 10
- 21
0
votes
0 answers
ios cancelling subscription after the user mapped in the app was deleted
In my app a separate app mail account was mapped for in-app subscriptions.
If the user who was made payment for subscriptions of the app was deleted by some admin or
super-admin, I need cancel the users auto-renewable subscriptions by developer…

17MSS016 HARISH
- 1
- 2
0
votes
0 answers
Testing In-app Purchases "Ask to buy" using StoreKit config file in Xcode StoreKit 2
So I am testing my in-app purchase implementation. I am currently testing Ask to buy or interrupted purchases using StoreKit config file in Xcode. Testing purchase errors is working good. When I am testing Ask to buy or Interrupted Purchase…

Mark Thomas
- 35
- 1
- 7
0
votes
0 answers
Should the purchase of an Auto-Renewable Subscription via Xamarin Forms iOS be set to Autorenewing by default?
I'm using James Montemagno's InAppBilling plugin for Xamarin Forms iOS.
In the App Store I have configured an Auto-Renewable Subscription.
I'm using the following to purchase and restore respectively:
InAppBillingPurchase purchase = await…

jho
- 199
- 1
- 8
0
votes
0 answers
Proper way to check Auto Renewable subscription cancelation (From Apple support), turn off Auto Renewing and change subscription scheme
In my auto renewable subscription, I am always checking expires_date of latest_receipt_info from my validation receipt. If the expires_date is greater than my current time then I am giving my users all the premium facilities of my application, if…

Tulon
- 4,011
- 6
- 36
- 56
0
votes
1 answer
How to create a subscription with a different start price?
I am using subscriptions in my app and I want users to pay a different amount for the first subscription period than for the following periods.
For example: A one-year subscription which costs $499 in the first year and the following years it only…

Abhinandan Pratap
- 2,142
- 1
- 18
- 39
0
votes
1 answer
How to create renewable subscription in Google play console
I have created a monthly subscription in Google play console, When I have purchased it in my app from real card.
Below are the details on google play store/subscription
It says it will be canceled after a month but I want to auto-renew it, I also…

Jaydeep parmar
- 561
- 2
- 15
0
votes
1 answer
Appstore Auto Renewable Subscription for country specific
Can we create auto renewable subscription tied with country/territory? I have to create certain subscriptions for specific countries. Show/hide some subscription as per country.
ex.
Subscription 1 for India, Bangladesh
Subscription 2 for India, US,…

Swapnil Deshmukh
- 665
- 1
- 6
- 23
0
votes
1 answer
Confused with Apple's verifyReceipt JSON for Auto-renewable subscription
I got the JSON using this url: https://sandbox.itunes.apple.com/verifyReceipt, so it is about Sandbox, not production.
I have some questions about this JSON because it is not very clear to me, and I think for lot of guys using IAP for the first…

stackich
- 3,607
- 3
- 17
- 41
0
votes
2 answers
App Store Rejection With Reason: your app requires users to register personal information to purchase non account-based in-app purchase products
For last few days this cat and mouse game is going on between me and App Store Reviewers. And despite searching everywhere, I have not been able to find an answer to this question, so seeking help here.
I have submitted an app with auto-renewable…

zeeshan
- 4,913
- 1
- 49
- 58
0
votes
1 answer
Is there any way to cancel iOS InAppPurchase from my website?
I am implementing AutoRenewal InAppPurchase first time in my iOS app. I know we can cancel the auto renewal from iTunesStore in iPhone settings. But I want to know if we can cancel the auto renewal from other platforms (like my website or android…

Gautam Shrivastav
- 1,198
- 1
- 9
- 22
0
votes
1 answer
Switching sandbox user to test Auto Renewable Subscription iOS
I have added auto renewable subscription to my iOS app. I have used a sandbox user to test the app and it worked fine. After that I logged out of the previous sandbox account and logged in with another sandbox account. Now my app sends receipts with…

Dinithi De Silva
- 1,142
- 5
- 28
- 46
0
votes
0 answers
How often to verify subscriptions for auto-renew subscriptions?
How often should I verify a auto renew subscriptions?
1x at every app launch? Meaning the customer presses the app icon and launches the app?
Or 1x when the app is initially launched then allow the app to reset in the background if it is not opened…

Swick
- 167
- 1
- 8
0
votes
1 answer
Retrieving Subscriptions IAP Product List Using Flutter for iOS
I am implementing auto renewable subscriptions in Flutter. I have successfully implemented them for Android using this package https://pub.dev/packages/in_app_purchase. However, it is not working on iOS.
I have followed all of the instructions to…

Ehsan Bhatti
- 3
- 1
- 2
0
votes
0 answers
Free Trial Subscription
I have an application that has 6 subscriptions (3 with monthly billing (A, B, C) and 3 with semi-annually billing (X, Y, Z)). I have configured the free trial of 3 days and I have not activated "Activate subscription-level free trial" on google play…

Bhupesh Shrestha
- 248
- 3
- 17