Questions tagged [auto-renewing]

175 questions
4
votes
0 answers

How to handle upgrade/downgrade in iOS Auto-renew subscription

Our app provides auto-renewable subscriptions to users, which deliver different content from the server based on the subscription plan. Users can upgrade/downgrade the auto-renew subscription outside the app. Once the user upgrades the subscription,…
Leo Chiu
  • 291
  • 3
  • 14
4
votes
1 answer

How to implement iOS Auto Renew Subscription receipt validation for iOS app

I want to publish an iOS app that has an auto renewing subscription. While there is a ton of information regarding this, much is outdated so I will state what I have accomplished so far. I am working in Swift 2.0, so any objective C code will not…
gbotha
  • 1,231
  • 17
  • 23
4
votes
1 answer

Handle Auto Renew Subscription iOS SDK

I am developing an app which requires auto renew subscription monthly and I want to maintain that on per user basis who logged into my app. is it possible anyhow with in app purchase. Also how can we handle cancelation of subscriptions ? I want to…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
4
votes
1 answer

In app purchase subscription renewal not working as expected

I implemented in-app purchase in my application. First time it asked for itunes authentication and purchase confirmation. I store the success receipt in NSUserDefaults. After the expiry time (I am testing in Sandbox, so 5 minutes), when I take…
Tinku George
  • 195
  • 2
  • 11
3
votes
2 answers

IOS subscription end notification

I am looking to build a ios application that will use an auto-renewable subscription on a monthly biases. We will be using some VOIP features that we will be charged monthly for. My question is, how can we be notified when a user cancels a…
3
votes
1 answer

MKStoreKit 4.0 for Auto-renewal subscriptions

The app is such that all content can be accessed only once a user has subscribed to a scheme (1 month, 3 months, 6 months or a year). So initially when the app is first installed a view with options to buy these schemes appears. Once a user selects…
Jefferson
  • 1,457
  • 2
  • 11
  • 13
3
votes
1 answer

Auto-renewing google play subscription price increase - effect on existing users?

I have a few auto-renewing subscriptions I wish to increase the price of without affecting existing subscribers. As in, I wanted existing subscribers to continue renewing at their current price, and new subscribers to be shown the new…
3
votes
2 answers

How make a node.js script to be restarted every hour?

I have a node.js script that creates a websocket connection to a crypto trading site (bitmex). It streams price data. For some reason after an hour or two the stream goes bad and the prices (if streamed at all) are inacurate. For now I restart it…
3
votes
1 answer

Kerberos auto update for "renew until"

Given with keywords like Kerberos "renew until" auto, doesn't find threads that can solve my problem, so posting here. I create a keytab which contains following ticket lifetime info Valid starting: 09/14/2018 13:05:01 Expires: 09/15/2018…
James Starks
  • 31
  • 1
  • 3
3
votes
1 answer

Trouble receiving notifications from iTunes Connect about IAP status change events

I've set up a URL on my server to receive auto-renewable IAP status change notifications per this article: https://help.apple.com/itunes-connect/developer/#/dev0067a330b And of course I've provided my URL to iTunes Connect via my app's main settings…
3
votes
1 answer

How to get Android In-App Subscription auto renewal details?

I'm working an app that will have an in-app subscription purchases on Weekly,Monthly bases. When a user subscribe weekly or monthly, app getting subscription purchase details with OrderID like GPA.0000-0000-0000-00000 and purchased date in long.…
3
votes
1 answer

Apple In-App purchase Auto Renewal Subscription logic

I have to implement Auto Renewing Subscription logic to my app, and as this is first time I'm doing it I'm not sure have I figured out everything correctly. Buying Subscription is easy, but what is bugging me is checking status of user's…
hyperN
  • 2,674
  • 9
  • 54
  • 92
3
votes
3 answers

LetsEncrypt expiration certificate date issue

I am using Let’s encrypt on my production server to handle SSL certificate. My website certificate will expire next week so I regenerated it using the letsencrypt-auto renew command (I didn’t set cron task yet) The last log I get is 2016-08-20…
anthony
  • 640
  • 1
  • 10
  • 32
3
votes
0 answers

How will you inform the server about auto renewal after deleting the app in iOS?

Before marking this question as duplicate i want to understand one thing. This scenario has been argued many times here, but i still have few doubts? We have a auto renewal concept in our app, I know that once purchase done receipt will be…
Yohan
  • 1,108
  • 9
  • 21
3
votes
1 answer

How to know the current status of auto renewable in_app_purchase subscription through appStoreReceiptURL in objective c?

From this tutorial! I came to know that we can fetch the status of auto renewable subscriptions through appStoreReceiptURL. I want to know whether the appStoreReceiptURL is automatically refreshed and when it will occur during the renewal of auto…
Arun Basil Issac
  • 275
  • 2
  • 10
1 2
3
11 12