Questions tagged [auto-renewing]

161 questions
30
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,503
  • 4
  • 31
  • 52
23
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
  • 20,211
  • 16
  • 63
  • 87
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,700
  • 9
  • 36
  • 55
13
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,481
  • 1
  • 19
  • 46
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

While verifying a renewable subscription receipt I am attempting to get the expiration date of the latest receipt. According to the apple documentation on receipt fields the "expires_date" field should contain a number which is the number of…
Lvergos
  • 111
  • 1
  • 3
10
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,846
  • 2
  • 14
  • 28
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,683
  • 3
  • 49
  • 73
8
votes
2 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
  • 289
  • 5
  • 18
8
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
  • 7,541
  • 9
  • 40
  • 75
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
  • 7,800
  • 3
  • 34
  • 40
7
votes
2 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", …
ram
  • 1,543
  • 1
  • 16
  • 35
6
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…
Non Umemoto
  • 1,924
  • 3
  • 18
  • 37
6
votes
0 answers

Local receipt doesn't get updated after (automatically) renewing a subscription

I have an app that uses in-app purchases (IAP), specifically auto-renewable subscriptions. Occasionally it seems that, when a subscription automatically get renewed, the local receipt doesn't get updated automatically. As a result, checking locally…
Niels Mouthaan
  • 870
  • 7
  • 19
6
votes
0 answers

How to get Notification for auto-renewal subscription with RMStore in iOS

In my iOS app I have used auto-renewal subscription. We need a solution for cross platform. I'm using RMStore in iOS for purchasing product. In current scenario: I am getting latest receipts from didFinishLaunchingWithOptions and validate to…
Vvk
  • 3,916
  • 27
  • 48
1
2 3
10 11