Questions tagged [auto-renewing]

175 questions
3
votes
0 answers

iOS auto-renewable subscription won't renew

I'm implementing auto-renewable yearly subscriptions to one our apps. I registered to the SKTransactionQueue on App start: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Attach…
TobiasRe
  • 111
  • 6
3
votes
1 answer

How to add multiple auto-renewable subscriptions in iTunes connect?

Our iOS app currently provides a monthly auto-renewable subscription. However, its price is fixed for all countries. We'd like to implement a different price-per-country strategy (not just currency conversion), where for example people in France…
SaryAssad
  • 161
  • 1
  • 3
  • 20
3
votes
1 answer

How does an Apple IAP receipt look like for auto-renewing subscriptions with different durations in a subscription family?

I'm developing an app that offers auto-renewing subscriptions. I do not know how the JSON response from Apple will look like when validating the receipt hash if a user has purchased subscription.A (which renews after 7 days), and then goes to his…
3
votes
0 answers

Testing Auto-renewing in-app purchase in sandbox environment

I have an app in which, content is uploaded on weekly basis and hence using Auto-renewing subscriptions is the best option. Once the user subscribes for a weekly subscription, he is charged on weekly basis until he opts out. I researched on how to…
MedmaDev
  • 31
  • 1
3
votes
2 answers

How Do I know that auto Renewalbe subscription is cancelled or not?

I am implementing In App purchases in my app ,with auto renewable subscription , Now i am confusing that how i know that when the user is cancelled auto-renewable subscription or not
zohaibkhan
  • 227
  • 1
  • 2
  • 12
3
votes
0 answers

iOS auto-renewing subscriptions restoring updates transaction to SKPaymentTransactionStatePurchased when enter background

In sandobox, I'm testing auto-renewing subscriptions of in-app purchase (iOS 7.1, iPhone 5). Call "[[SKPaymentQueue defaultQueue] restoreCompletedTransactions]". Enter password. immediately enter background by tapping home button. Restart the…
mishimay
  • 4,237
  • 1
  • 27
  • 23
3
votes
2 answers

Is restore button necessary for Auto-renewable subscriptions?

Exactly the same question as this one: I understand that restore button is necessary so when user upgrades the phone, the user is able to get back the contents/services subscribed earlier. In our application we require users to login. Once they…
iAmd
  • 812
  • 1
  • 12
  • 22
3
votes
1 answer

iOS In-App Purchasing and Detecting Auto-Renewable Subscription

I have a couple questions regarding the process of detecting that a subscription has been auto-renewed. Currently I have my sandbox test environment all set up, I am able to purchase a 1 month subscription and all of that works nice and dandy. My…
SLEW
  • 201
  • 2
  • 13
3
votes
1 answer

In-app autorenewable subscriptions walk-thru

I'm tearing my hair out trying to work out the work-flow for auto-renewable subscriptions on iOS. It's not even clear whether I require a server to do this. I just have one product - a monthly subscription. What are the steps to getting this…
cannyboy
  • 24,180
  • 40
  • 146
  • 252
3
votes
2 answers

Server required for auto-renewable subscriptions on iOS

Can someone explain to me what is required for Auto-Renewable subscriptions on iOS? I'm confused as to whether it requires a server-side component (built by myself)? Or can everything be handled within the app?
cannyboy
  • 24,180
  • 40
  • 146
  • 252
2
votes
1 answer

Apple Auto Renewable Purchases

I am developing he application which delivers the video media over http(it is a streaming of movies). I have used Auto Renewable subscriptions in the app and they are renewing on monhly basis also we are updating the movies inside the app…
PGU
  • 495
  • 6
  • 21
2
votes
1 answer

PHP get the Date of the Termination of a contract that is renewed automatically based on the Resignation date

I want to program a function that based on the given Date, get the date ($end_date) of the contract termination. And the conditions are: On the first 3 Months after contract creation we have a grace periode. So if we receive the contract resignation…
litos
  • 23
  • 5
2
votes
0 answers

Testing StoreKit auto-renewing subscriptions locally, expiration date is always nil

I am trying to test auto-renewing subscriptions in my iOS app locally with StoreKit using Xcode 13.1 by the way of local receipt validation. I am using a StoreKit configuration file to test the subscriptions. I do the auto-renewing subscription…
Luke
  • 965
  • 8
  • 21
2
votes
1 answer

Android Google Play Subscription not auto renewing

I have a react native app and using react-native-iap library to communicate with Apple/Google server to buy the subscriptions. The subscription got successful and it returns a transaction as well but when I try to use that receipt to validate if…
2
votes
1 answer

Auto renewable subscription in sandbox: renewal doesn't come after relaunch of App

I have a monthly auto-renewable subscription and it doesn't renew the subscription (update the receipt) in the sandbox environment --> func paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) is not…
Autily
  • 209
  • 1
  • 4