Questions tagged [auto-renewing]

175 questions
0
votes
0 answers

Preventing Trial Period Fraudulent in iOS In App purchases

We have a app with a auto renewable IAP for which we offer a initial trial period to the user and charge once the trial period has expired. Our app maintains user account management(user login) and all features (including the IAP) are accessible…
mickeymoon
  • 4,820
  • 5
  • 31
  • 56
0
votes
1 answer

Update User Auto Renewal Subscription from backend

So our ios app has issue of not updating the expiry date. Now we want to update all users expiry date from directly our php backend using the verify apple receipt code of node js But the problem is data base has no purchase id, installion id.. so…
user528432
  • 411
  • 2
  • 5
  • 18
0
votes
0 answers

No receipt data for subscribers of auto-renewing subscription in UK?

I'm getting sporadic reports of users who purchase my auto-renewing subscription and there is no receipt data on their device. After the purchase is made, I parse the receipt and save the expire date into UserDefaults. Then whenever you open the…
GarySabo
  • 5,806
  • 5
  • 49
  • 124
0
votes
2 answers

Can another app user have subscription from same itunes connect after 1st user's subcription gets expired in ios

If app user 1 purchases a subscription and later he cancels it after some renewals and now app user 2 want to purchase a subscription from the same itunes account, so is this possible and if, how should we handle this on server side?
Kranthi
  • 1,040
  • 8
  • 15
0
votes
0 answers

app user vs itunes user in In app purchases in ios

For in-app purchases in iOS is there any limit on number of subscriptions(in same group for same app) that can be made from a single itunes account? If there is more than one subscription how to distinguish them on server side?
Kranthi
  • 1,040
  • 8
  • 15
0
votes
0 answers

iTunes subscription pricing

I have a callback in iTunes which is supposed to make a POST request upon any auto-renewable (or other) subscription happening in the app (Subscription status URL). The endpoint is functioning fine, and I can see what payload am I getting. Upon…
Norgul
  • 4,613
  • 13
  • 61
  • 144
0
votes
2 answers

Subscription status not called for auto renewable subscription in iOS

I am facing issues with my auto-renewing subscription for an iOS app that offers auto-renewable subscription. The Subscription Status URL is at times, not being called when the subscription is renewed. This is making it difficult for us to track…
Raunak Joneja
  • 540
  • 1
  • 3
  • 13
0
votes
0 answers

How manage recurring subscription on mobile application

I need to implement a renewable subscriptions in my mobile application, with different plans, duration and prices (like Netflix is doing), that is valid on mobile but also in my desktop app. I read many threads and I understood that the only way to…
0
votes
1 answer

Is it possible to upgrade to an IAP item with the same subscription duration in the same subscription group?

I have 4 items in an IAP subscription group : auto-renewable monthly subcription - X USD auto-renewable yearly subscription - Y USD auto-renewable monthly subscription with 2 week trial period - X USD auto-renewable yearly subscription with 2 week…
thorax
  • 574
  • 1
  • 5
  • 16
0
votes
1 answer

Auto-renewing subscription iOS swift Decide to give Free Trial

here is my "Problem", I have an Product with a one year Trial and the same product without trial. Is there a way to use only the Product with 1 year free trial and decide to who I give the trial? If there is a way, is that allowed? I want to give…
nani
  • 183
  • 2
  • 15
0
votes
1 answer

How to create groups for in-app purchase monthly auto renewable multiple products in iOS?

Say there are two groups. Suppose group A is having one product which enables user to purchase entire content of the app. It costs 14$. My app has list of Models' profiles user can buy and see. Buying group A, user can view all model's content in…
Hiren Prajapati
  • 717
  • 3
  • 10
  • 25
0
votes
0 answers

Apple Auto-renewing Subscription, manage a users subscription

I am trying produce an app that requires users to subscribe when creating an account, and can only be used via an active paid subscription. Unless I am going about this all wrong, I assumed I would want a way to somehow tie their subscription to…
0
votes
1 answer

is it allowed to use non renewal in app subscription for iOS application which contains Magazine subscription iOS?

I'm working on a iOS Mobile application which contains News and Magazine contents. In my app, the subscribed users can access the paid contents by simply Login to their online account. My application has to manage subscription across different…
0
votes
2 answers

There is no AutoRenewable In-App Purchases option in iTunes

I'm try to create an app with auto renewable subscription. But there is no auto renew option in list. Maybe I should make some preparations or it allowed only for specific categories?
Viktor
  • 1,020
  • 1
  • 9
  • 22
0
votes
0 answers

Getting updated receipts for auto-renewing subscriptions

I'm trying to work out the best way to get updated receipt expiration when an iOS auto-renewing subscription renews. I know that what's supposed to happen is that it will be delivered via the SKPaymentQueue transaction observers. However, This only…
Tom Harrington
  • 69,312
  • 10
  • 146
  • 170