Questions tagged [auto-renewable]

105 questions
1
vote
0 answers

Auto-Renewable subscription renewal and cancellation detection and receipt refresh

I've implemented a local receipt validation routine to extract the expiration date of subscriptions and it is working correctly. But I'm having hard time finding out when exactly the receipt gets updated automatically and when should I force a…
monroo
  • 429
  • 3
  • 10
1
vote
0 answers

Error Code=2 "Cannot connect to iTunes Store" {NSLocalizedDescription=Cannot connect to iTunes Store} only in production env for some users only

I have implemented Auto-renewable purchases in the App. But, not all the users are able to complete the purchase. Their money is deducted but the transaction goes in the failed state with the above error, or sometimes it does not even trigger the…
1
vote
0 answers

Refunded receipt JSON example

I'm developing a web service and SDK for iOS for tracking auto-renewable subscriptions, and now developing a case where customer has refunded auto-renewable subscription. Can anybody share any iOS receipt example with refund in JSON please? Receipt…
1
vote
0 answers

Is there a way to check the status of a renewable subscription from WatchOS?

I have a WatchOS app that offers several watch-specific features. Some of them are locked behind a subscription paywall. I need a way to check about once a month whether or not the user is still subscribed to the app. I could simply prompt the user…
swiftyboi
  • 2,965
  • 4
  • 25
  • 52
1
vote
0 answers

Is Apple auto-renew subscription workflow exactly?

There is my architect system about in app purchase feature. My in app purchase includes the compoments such as: Client: My mobile application. Server: My server system. Apple's Store : Apple's store that connect to iTunes connect configured to in…
Loint
  • 3,560
  • 7
  • 26
  • 46
1
vote
1 answer

How to check the subscription status before showing the first view in Swift

I implemented subscription (Auto renewal purchase) in Swift. I want to show a button in the first View if user already subscripted, and if they don't, hide the button. I made the code of subscription, but it work after the first view did appear. So…
K.K.D
  • 917
  • 1
  • 12
  • 27
1
vote
3 answers

Server to Server Pollling Auto Renewable Subscription

We are implementing server side receipt validation for auto renewable subscription. Now when a user turn off the subscription or when it auto renew there is no notification send from apple server to our server. We want to poll apple server when the…
user3519594
  • 387
  • 1
  • 11
1
vote
0 answers

iOS in-app-puchase is_trial_period useful for subscription verification or just the expiration date?

source: https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Chapters/ReceiptFields.html#//apple_ref/doc/uid/TP40010573-CH106-SW11 I have some confusion regarding is_trial_period for ios in app…
1
vote
1 answer

iOS IAP paymentQueue:updatedTransactions

The SKPaymentTransactionObserver.paymentQueue:updatedTransactions returns a array of transactions. When I make a payment, how do I know which transaction is the payment I made? Does it always return one transaction when I make a payment? Meanwhile,…
jarly
  • 231
  • 1
  • 4
  • 16
1
vote
1 answer

Auto Renewable Subscription issue with different sandbox users on Same device

I am using Auto Renewable Monthly Subscription in my application and successfully implemented workflow. I am testing application in development mode i.e with sandbox environment. I have added two Sandbox users in iTunes connect > User and Roles…
1
vote
1 answer

iOS Auto-Renewable Subscriptions Free Trial Not Being Indicated

I am having some issues adding a free trial to an existing Auto-Renewable IAP. From what I understand, you only need to add a "free trial" duration in iTunesConnect in your IAP for this to work. but I am not seeing any update in the description of…
1
vote
1 answer

How to detect auto-renew subscription receipt on iOS

I have an auto-renewable subscription. Also I have the following code for purchasing: SKProduct* productToPurchase = #create product logic#; SKPayment* payment = [SKPayment paymentWithProduct:productToPurchase]; [[SKPaymentQueue defaultQueue]…
1
vote
0 answers

Checking receipt every time on launch

I'm working on the app with monthly auto-renewable subscriptions. Right now I'm planning to check/validate the receipt every time on startup, but it seems that this approach is perceived as a bad practice, and some people are implementing the…
lithium
  • 1,272
  • 1
  • 14
  • 28
1
vote
0 answers

App Store not listing down In App purchase after approval from Apple

My app's new version with subscription feature went live around 10 hr before but "in-app purchase" is not working , where as I tested my development build with adhoc profile they seems to work properly. What should I do ?
the monk
  • 389
  • 4
  • 14
1
vote
0 answers

iOS: In-app purchase on sandbox mode giving us multiple transactions under one receipt

We are facing issue with iOS: In-app purchase on sandbox mode giving us multiple transactions under one receipt. Here's the link for Gist git for Receipt https://gist.github.com/ApplifyNishant/620ac00e18ca4292065f8e53fdbcd890 It showing me multiple…
Ankit Goyal
  • 3,019
  • 1
  • 21
  • 26