Questions tagged [auto-renewable]

105 questions
0
votes
1 answer

iOS Auto Renewable Subscriptions veirfyReceipt returns different receipts base64 than device

I'm trying to implement Auto Renewable Subscriptions. My app can be used across different devices (Android, Web) so I needed to implement the Status Polling technique in order to acknowledge my server when App Store manages to renew an expired…
Gal Shahar
  • 2,695
  • 1
  • 21
  • 29
0
votes
1 answer

Price change with auto renewable subscription

We are developing an app for both platforms(Android and iOS) with the implementation of in-app purchase. There is a need to retain the previous subscription price for old users for a certain custom defined period of time after the change of…
Bhupesh Shrestha
  • 248
  • 3
  • 17
0
votes
0 answers

Implementing auto-renewable subscriptions

I am implementing an auto-renewable subscription giving a free trial for a week. I want to generate payments automatically in the 8th day. I am adding card details before the free trial starts. Is there any best tutorial to implement? Thanks in…
0
votes
2 answers

certbot-auto renew command not found

certbot was installed and version is 0.32.0. It was working fine, but certificate is expired recently. I want to renew it by using this command certbot-auto renew but got command not found issue. Tried 'sudo', same problem. Any idea on the root…
Eric
  • 303
  • 1
  • 8
  • 19
0
votes
0 answers

subscription receipt not received after reinstall app

I am implement renewing subscription in my application. When I purchase pack then I get receipt from app store by following code NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL]; NSData *receipt = [NSData…
0
votes
0 answers

Manage Auto-renewable in-app purchase and consumable in-app purchase

I am working in an app which uses 3 in-app product Monthly subscription (Auto-renewable) Yearly subscription (Auto-renewable) Lifetime subscription (Consumable) The app has a feature that a logged in user can add other app user's accounts to his…
0
votes
1 answer

Apple Sandbox: Only receive 'INITIAL_BUY' server notifications

We have setup Apple’s Server notifications for auto-renewable subscriptions. Last month we still able to get all notification type(INITIAL_BUY, RENEWAL, INTERACTIVE_RENEWAL). Recently when we tested with sandbox (1 year subscription), we receive…
Wei Loon Wong
  • 450
  • 1
  • 7
  • 23
0
votes
3 answers

iOS Swift inApp purchase with Auto-Renewable one subscription with multiple device

I have Auto-Renewable in-App purchase in my application. let's say User A with a@apple.con with monthly $0.99 in iPhone 7. in other way user A has login with a@apple.com iTunes account in iPhone 8 and so on. so user has purchased only one…
Kushal Maniyar
  • 846
  • 1
  • 8
  • 26
0
votes
1 answer

The receipt date does not match to the sandbox duration

My app has auto renewable subscription. I tried to test the correct workflow of the subscription. According to WWDC 2018: I created a new subscription with one week duration. I created a new sandbox user, and tried to activate my new subscription.…
Alex
  • 751
  • 1
  • 9
  • 28
0
votes
1 answer

Auto-renewable subscription how long 1 month/ 3 months and 1 year

Is there any official apple documentation that have mentioned the number of dates for each auto-renewal subscription plans that they have defined. I checked around their documentations and couldn't find any reliable documentation. Please help if…
0
votes
1 answer

Auto-renewable Subscriptions Level upgrade

I have set up some Auto renewable subscription with - 1 month at $10 and - 2 months at $15. I would like to change it to have 2 months at $5. Should the user upgrade their subscription from 1 month to 2 months, will it still apply even though the…
0
votes
0 answers

Auto Renewal Subscription Wrong Expiration Date-Time

After reading all the documents at Apple Website and couple of other resources I am not sure why the expiration time is just 8 hours ahead of purchase time for a yearly subscription. Here is what the app receipt info is returning in…
Rohit Kumar
  • 877
  • 6
  • 20
0
votes
1 answer

ios auto-renewable-subscriptions - restore operation

When a user RESTOREs a purchase on a device. Is original purchase tied to a device, apple-id, family devices? device - meaning he can restore on only 1 device. apple-id - meaning he can restore on multiple devices based as long as the apple-id is…
dashman
  • 2,858
  • 3
  • 29
  • 51
0
votes
1 answer

ios auto-renewable-subscriptions - identifying who purchased

I'm working with iOS auto-renewable subscriptions. I'm implementing the callback on my server called by iTunes server notifying of subscription status changes. ios subscriptions I receive the callback - but there's no identifying information in the…
dashman
  • 2,858
  • 3
  • 29
  • 51
0
votes
1 answer

How to handle renewal of the auto-renewable subscriptions locally?

I try to add auto-renewable subscriptions in my app, but not sure about the proper way to handle this. What I'm having right now is Add SKPaymentQueue.default().add(self) in app delegate. Once user purchase I save expiration date and set timer to…
sarunw
  • 8,036
  • 11
  • 48
  • 84