Questions tagged [non-renewing-subscription]

34 questions
18
votes
2 answers

Non-Renewing Subscription Already purchased alert track

I am implementing Non-renewing subscription IAP in my app where I am making server implementation to expire a subscription. I am stuck when I click on a subscription I already have bought, It shows a dialog, "This In-App purchase has already been…
13
votes
3 answers

Non-renewing Subscriptions: Removed From Receipt?

I'm implementing in-app purchases for my app (to be released), and providing support for iOS6 and iOS7. My question has to do with differences between non-renewing subscription mechanisms across iOS6 and iOS7, and more specifically about how a…
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
5
votes
1 answer

Setting expiry date for Non-Renewable subscription using storekit

I am writing a non-renewable subscription module for my new application. It includes 1 month, 3 month and 6 month subscription period. I do not understand, how to set expiry date using icloud. Any help would be appreciated?
WasimSafdar
  • 1,044
  • 3
  • 16
  • 39
4
votes
2 answers

Non-Renewing Subscription Restoration

Background: Apple requires you to implement a restoration mechanism to this type of purchases to let users to get back their purchases after wiping the device or to view purchases from user's other device. One accepted approach form apple for doing…
hasan
  • 23,815
  • 10
  • 63
  • 101
3
votes
1 answer

Non Renewing Subscription - Restore

To restore my InAppPurchase for Non-Renewing Subscription type, I have implemented my server to handle this. But not some times during purchase iTunes ask users to verify their card details, In this case it sends app in background and present…
3
votes
0 answers

Any way to avoid the double "Buy" dialog for non auto renewing subscriptions on iOS?

So 2 years after this question : You've already purchase this subscription. Tap Buy to renew or extend it I'm still seeing that when renewing a non auto renewing subscription that the user get's 2 "Buy" dialogs even if the subscription is already…
Fraggle
  • 8,607
  • 7
  • 54
  • 86
2
votes
2 answers

InAppPurchase restore- Non Renewing Subscription

The Getting started with In-App Purchase on iOS and OS X (published February 3, 2014) document in "Restoring Previous Completed Purchases" specifies that non-renewing purchases must be transferred to other devices. In-App Purchase Type: Non-Renewing…
2
votes
1 answer

Using appStoreReceiptURL to restore non-renewing subscription

I can use the receipt obtained by appStoreReceiptURL to retrieve the purchase date of non-renewing subscription. For non-renewing subscription, from the purchase date I could calculate the expiration date. But when I try to restore using…
John
  • 2,672
  • 2
  • 23
  • 29
2
votes
3 answers

Multiple Non Renewable Subscription

Sorry but I am bit confuse on implementing non renewable subscriptions. Basic concept of app is user can post item to sell within the app. For each item to post he has to pay $.99. This item will remains there for 20 days. As per apple documentation…
ACP
  • 233
  • 1
  • 2
  • 7
1
vote
0 answers

iOS Non-Renewable subscription

I am trying to implement a non-renewable subscription in my swift app. Everything works fine until the first time purchase the subscription. Then the app will set the expiry date and use iCloud to sync/restore. When I try to re-purchase (on sandbox…
RJE
  • 781
  • 6
  • 14
1
vote
1 answer

why non-renewing subscription, shows "This In-App purchase has already been bought. It will be restored for free.", when purchasing item again?

I am implementing the non renewable purchase in my app. I am still using in sandbox mode. After I subscribe for the product, when I again try to subscribe the same product, it gives me an alert saying ‘This In-App purchase has already been bought.…
1
vote
0 answers

Can not set price for In-App-Purchases items in iTunesConnect

I am trying to create in-app-purchase for my app in iTunesConnect, and every things works fine, but the only problem is to set a price for this item, I'm using Non-Renewable-Subscription, and pricing section keeps loading for ever. Do i need to do…
1
vote
0 answers

cancellation_date in non renewable subscription

I have developed the non renewable Subscription in my app. i have changed the **[NSBundle appStoreReceiptURL]** instead of transactionReceipt (for Deprecated method) now I am receiving the receipt like below content: { receipt: { in_app:…
1
vote
0 answers

Restoring Non-Renewable Subscriptions

I am working with Non-Renewable Subscriptions and In-App purchases for the first time and I am having issues publishing my app because of the restoration of old purchases. Based on this code that I have: 1) Should I call my restoreProduct method on…
Caponte
  • 401
  • 1
  • 11
  • 20
1
vote
1 answer

Apple inapp Non-Renewing subscription purchase, force-require login?

here's my straightforward question: is it allowed for my iOS application to force users to log into my custom account management system, so I can link them to my backend when they want to purchase a non-renewing subscription? Here's the backstory: I…
Yasper
  • 501
  • 5
  • 23
1
2 3