Search results for

“restore purchases”

22,022 results found

Post

Replies

Boosts

Views

Activity

Subscription Restore receipt validation.
Good morning! Quick question regarding receipt validation when doing subscription restore. I do restore for subscription. My receipt has 10 transactions... after the restore obviously it will have 20 transactions in it. Do I need to sync the receipt with our backend for every new transactions created by restore operation or I can finish n-1 transaction and just send the receipt once for the last transaction? Will the receipt be the same for every transaction created by restore operation?
1
0
591
Jun ’22
How to Restore Non-renewing Subscriptions
How to restore non-renewing subscriptions using StoreKit? I can't use restoreCompletedTransactions() because it says in the Documentation: This method has no effect in the following situations: You tried to restore items that are not restorable, such as a non-renewing subscription or a consumable product.
0
0
427
Jul ’23
Reply to When Users with old IAP Auto-Renewing Subscription (currently in Cancelled/Unsubscribed State), upon “Renewal"/Re-purchase (from a new device), does StoreKit upon purchased state send a receipt?
Thanks for your reply. The product purchased is of a Auto-Renew Subscription type, which this customer had purchased originally years ago (on a old device), who had cancelled only the subscription's auto renewal (under their AppleID Settings, Subscriptions), then tried to Buy (re-subscribe) same subscription option within the App's latest update (on a new device). They did not have Apple Cancel & refund previously their subscription. Under their Purchase History, only one OrderID shows up, and on the date they re-purchased / did a Buy again on their new device, Purchase History shows the same OrderID with Renewal stated. Other customers can see their first purchase & date with an OrderID stating Initial and same OrderID with subsequent dates of Auto-renewal stating Renewal.Within the App, this customer's transaction went through the regular prompts to the user and finished with You're all Set which they were able to confirm as an active subscriptio
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’18
iPhone 5 to iPhone 6+ Restore from Backup
I read this answer in the forums regarding restoring an iTunes/iCloud backup when migrating to new phones: https://forums.developer.apple.com/message/30467#30467When I hit option-click Restore iPhone, it tries to locate an old backup. I have a backup through iTunes (on the computer, not through iCloud), how would I go about the restore? I am restoring iPhone 5 backup and purchased an iPhone 6+ (I already disabled Find my iPhone and had the pop-up update as your described and am updated to iOS 8.4.1). My only suspicion is that I was on the latest developer update on my iPhone 5 (iOS 9)? Do I just need to update to iOS 9 in order to restore my iPhone or is there something else I'm missing here?
3
0
569
Aug ’15
Debugging State Restoration
I'm adding state restoration to an old iOS app that does not use scenes or storyboards. Creating of view controllers is entirely programmatic. I found the restorationArchiveTool for iOS which is very helpful. However it also refers to a StateRestorationDebugLogging mobileconfig profile that is supposed to turn on additional debug logging when restoring state. https://download.developer.apple.com/ios/restorationarchivetool_for_ios_7/StateRestorationDebugLogging.mobileconfig However I do not seem to be able to install it to either a simulator or my device. Does anyone know if this profile is still valid? If so, how do I install it? Tom Aylesworth
0
0
381
Jan ’25
Restoring the detail view for an offscreen row in a List with SwiftUI's state restoration
I have a NavigationView based app and I've implemented support for SwiftUI's state restoration using @SceneStorage to remember which detail view the user has open, as described in Apple's documentation. It's working correctly if the relevant row in the List is visible when I launch the app. However, if the relevant row is initially scrolled offscreen, the detail view doesn't get pushed until I scroll down so that the row is onscreen. I see the same behavior in Apple's sample app, which uses a LazyVGrid (I had to add some additional data to the products.json file such that the main content view had to scroll). Restoring the detail view when the row is offscreen does work in both my app and in Apple's sample app if I replace the List / LazyVGrid with a plain VStack. Is this a known limitation of SwiftUI's state restoration with List and the lazy stack / grid views?
0
0
857
Jun ’21
Reply to Sandbox in app purchases not working
This same problem is now happening to me as well. Everything working fine earlier yesterday, but now being met with Cannot connect to iTunes Store in the console when tapping the purchase button for my item. I've tried creating new sandbox accounts, logging-in/out of iTunes (both real and sandbox account). Right now I'm restoring the phone so I'll report back if that does the trick. Update: Issue still occurring after restoring from iCloud 😟
Topic: App & System Services SubTopic: StoreKit Tags:
May ’20
Reply to i want to sell digital audio assets via in-app purchase with in app
You can create a consumable IAP like credits. YOu can sell those credits in packages of 1, 5, 10, etc.. The user purchaes credits in any quantity they want. In your app you debit a credit for each file the user downloads. You will be responsible for restoring the purchased files to other devices owned by the user even though the IAP is a 'consumable'. Inform App REview that you are using a consumable IAP to enable this process but that the user can still restore the file through your apps mechanisms.
Topic: App & System Services SubTopic: StoreKit Tags:
Aug ’19
Reply to How to restore non renewing purchases in swift 3?
SKPaymentQueue's restoreCompletedTransactions allows you to restore previously bough non-consumable products and auto-renewable subscriptions. It does not restore non-renewable subscriptions. You must implement your own mechanism for restoring non-renewable subscriptions as mentioned in https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Products.html#//apple_ref/doc/uid/TP40008267-CH2-SW4Non-renewable subscriptions. Subscriptions that don’t involve delivering episodic content. Examples include access to a database of historic photos or a collection of flight maps. It’s your app’s responsibility to make the subscription available on all of the user’s devices and to let users restore the purchase. This product type is often used when your users already have an account on your server that you ca
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’16
Subscription Restore receipt validation.
Good morning! Quick question regarding receipt validation when doing subscription restore. I do restore for subscription. My receipt has 10 transactions... after the restore obviously it will have 20 transactions in it. Do I need to sync the receipt with our backend for every new transactions created by restore operation or I can finish n-1 transaction and just send the receipt once for the last transaction? Will the receipt be the same for every transaction created by restore operation?
Replies
1
Boosts
0
Views
591
Activity
Jun ’22
How to Restore Non-renewing Subscriptions
How to restore non-renewing subscriptions using StoreKit? I can't use restoreCompletedTransactions() because it says in the Documentation: This method has no effect in the following situations: You tried to restore items that are not restorable, such as a non-renewing subscription or a consumable product.
Replies
0
Boosts
0
Views
427
Activity
Jul ’23
Reply to When Users with old IAP Auto-Renewing Subscription (currently in Cancelled/Unsubscribed State), upon “Renewal"/Re-purchase (from a new device), does StoreKit upon purchased state send a receipt?
Thanks for your reply. The product purchased is of a Auto-Renew Subscription type, which this customer had purchased originally years ago (on a old device), who had cancelled only the subscription's auto renewal (under their AppleID Settings, Subscriptions), then tried to Buy (re-subscribe) same subscription option within the App's latest update (on a new device). They did not have Apple Cancel & refund previously their subscription. Under their Purchase History, only one OrderID shows up, and on the date they re-purchased / did a Buy again on their new device, Purchase History shows the same OrderID with Renewal stated. Other customers can see their first purchase & date with an OrderID stating Initial and same OrderID with subsequent dates of Auto-renewal stating Renewal.Within the App, this customer's transaction went through the regular prompts to the user and finished with You're all Set which they were able to confirm as an active subscriptio
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’18
Restoring Developer Transition Kit
I did all the restoring process but I got next error Failed to unzip the restore bundle [com.apple.MobileDevice.MobileRestore – 0xFB5 (4021)]
Replies
0
Boosts
0
Views
405
Activity
Oct ’20
iPhone 5 to iPhone 6+ Restore from Backup
I read this answer in the forums regarding restoring an iTunes/iCloud backup when migrating to new phones: https://forums.developer.apple.com/message/30467#30467When I hit option-click Restore iPhone, it tries to locate an old backup. I have a backup through iTunes (on the computer, not through iCloud), how would I go about the restore? I am restoring iPhone 5 backup and purchased an iPhone 6+ (I already disabled Find my iPhone and had the pop-up update as your described and am updated to iOS 8.4.1). My only suspicion is that I was on the latest developer update on my iPhone 5 (iOS 9)? Do I just need to update to iOS 9 in order to restore my iPhone or is there something else I'm missing here?
Replies
3
Boosts
0
Views
569
Activity
Aug ’15
Pre-order restoring
Hello, I did a mistake. I wanna have one month pre-ordering, but my app is in production and people can buy and launch it.It is not what I expected. How can I fix it and restore pre-ordering?Thanks in advance
Replies
0
Boosts
0
Views
401
Activity
Feb ’18
Debugging State Restoration
I'm adding state restoration to an old iOS app that does not use scenes or storyboards. Creating of view controllers is entirely programmatic. I found the restorationArchiveTool for iOS which is very helpful. However it also refers to a StateRestorationDebugLogging mobileconfig profile that is supposed to turn on additional debug logging when restoring state. https://download.developer.apple.com/ios/restorationarchivetool_for_ios_7/StateRestorationDebugLogging.mobileconfig However I do not seem to be able to install it to either a simulator or my device. Does anyone know if this profile is still valid? If so, how do I install it? Tom Aylesworth
Replies
0
Boosts
0
Views
381
Activity
Jan ’25
In app purchases and website purchases
Got a question that I can't seem to find a conrete answer on. If I have an app selling ebooks, and a website also selling the same ebooks, can users who purchase the ebooks on my website then view them for free in the app?
Replies
0
Boosts
0
Views
409
Activity
Jan ’24
Restoring the detail view for an offscreen row in a List with SwiftUI's state restoration
I have a NavigationView based app and I've implemented support for SwiftUI's state restoration using @SceneStorage to remember which detail view the user has open, as described in Apple's documentation. It's working correctly if the relevant row in the List is visible when I launch the app. However, if the relevant row is initially scrolled offscreen, the detail view doesn't get pushed until I scroll down so that the row is onscreen. I see the same behavior in Apple's sample app, which uses a LazyVGrid (I had to add some additional data to the products.json file such that the main content view had to scroll). Restoring the detail view when the row is offscreen does work in both my app and in Apple's sample app if I replace the List / LazyVGrid with a plain VStack. Is this a known limitation of SwiftUI's state restoration with List and the lazy stack / grid views?
Replies
0
Boosts
0
Views
857
Activity
Jun ’21
Reply to Sandbox in app purchases not working
This same problem is now happening to me as well. Everything working fine earlier yesterday, but now being met with Cannot connect to iTunes Store in the console when tapping the purchase button for my item. I've tried creating new sandbox accounts, logging-in/out of iTunes (both real and sandbox account). Right now I'm restoring the phone so I'll report back if that does the trick. Update: Issue still occurring after restoring from iCloud 😟
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’20
Reply to i want to sell digital audio assets via in-app purchase with in app
You can create a consumable IAP like credits. YOu can sell those credits in packages of 1, 5, 10, etc.. The user purchaes credits in any quantity they want. In your app you debit a credit for each file the user downloads. You will be responsible for restoring the purchased files to other devices owned by the user even though the IAP is a 'consumable'. Inform App REview that you are using a consumable IAP to enable this process but that the user can still restore the file through your apps mechanisms.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’19
Backup/Restore mac
I develop an desktop application for backup/restore PC. Which files must be excluded from backup on macOS? Files protected by SIP? Files with specific attributes? What is the correct way to determine them?
Replies
0
Boosts
0
Views
543
Activity
Apr ’23
Failed to restore profile after performing backup and restore user enrollment enabled application
Failed to restore profile after performing backup and restore user enrollment enabled application on iOS 13 and iOS14. Is it expected?
Replies
0
Boosts
0
Views
219
Activity
Jul ’20
Reply to How to restore non renewing purchases in swift 3?
SKPaymentQueue's restoreCompletedTransactions allows you to restore previously bough non-consumable products and auto-renewable subscriptions. It does not restore non-renewable subscriptions. You must implement your own mechanism for restoring non-renewable subscriptions as mentioned in https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chapters/Products.html#//apple_ref/doc/uid/TP40008267-CH2-SW4Non-renewable subscriptions. Subscriptions that don’t involve delivering episodic content. Examples include access to a database of historic photos or a collection of flight maps. It’s your app’s responsibility to make the subscription available on all of the user’s devices and to let users restore the purchase. This product type is often used when your users already have an account on your server that you ca
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’16
How to restore Beta 10 software on iPhone 7, as my backup from laptop is not getting restored
I'm unable to restore back up from laptop to iPhone 7, it says that you need to update your iOS, the apple support says that I need to restore the software to beta 10 and then restore. I went on the link to download beta profile but can't get beta 10 version. !need help
Replies
1
Boosts
0
Views
440
Activity
Oct ’16