Search results for

“restore purchases”

22,021 results found

Post

Replies

Boosts

Views

Activity

Restor xcode project
Hello,I have a big problem since the restoration of my macbook pro.I restored it in factory mode and copy my xcode folder. But since I can not open my xcode projects properly ... my .swift files are red and can not be opened from xcode. Yet when I open them in the folder I can read the program.Thanks for your help.
2
0
596
Feb ’18
Volume purchase for in app purchases possible?
Hi I'm developing an app for mainly larger organisations and the main area of purchasing would be using the volume purchase program (possible B2B as well) however I cannot find any information about the use of in-app purchases of volume amounts. At the moment the app contains elements that are designed to be accessible through in-app purchase of each element (so the organization can pick and choose different sections that are applicable to them) Is in app purchase with volume purchase possible? Or would I be better making the elements that would be purchased as an in-app seperate apps? Or is there another way? The app is also looking at using the education volume purchase too. Thanks.
1
0
870
Aug ’17
Reply to Restoring In app purchase products
In testflight you make the purchase. Then you delete the app from the device. Then you reinstall the app on the device through tesflight and try to restore the IAPs you bought.This assumes the old app had the same productIdentifiers for the IAPs as the new app and that you haven't changed the bundle identifier.
Topic: App & System Services SubTopic: StoreKit Tags:
Apr ’18
Reply to Renewal transactions not arriving on device?
When developing for Auto-Renewal; this was a common problem that I ran into. I wouldn't always receive all 6 transactions. More often I'd receive just the first one, then nothing else. Sometimes it would 3 or 4.In the end I re-wrote my whole system with the aim of capturing enough information to try to determine if this was my problem or Apple's. I stored the date and time of the last unexpected restored transaction, (you know when the user has tried a restoredCompletedPurchases as you request that, so when you get a restoredTransaction that wasn't trigger by this, then it's highly likely it's a Auto-Renewal).I then displayed a screen to the user, showing this information and when the receipt was last updated. I then offered the user a series of numbered options.1. Restore Purchases.2. Refresh Recipt.3. Manually Renew.4. Contact us.When the user clicked on Contact Us, it provided all this information and a human readable version of IAP transactions in the receipt, also what steps the user ha
Topic: App & System Services SubTopic: StoreKit Tags:
Apr ’20
Is it possible to show non-restored windows during app state restoration?
The newest version of my CoreData model requires a somewhat lengthy migration. If documents are large enough, a progress window should be shown. That's fine when the app is running and the user opens an old document. But when the state of the app is being restored, and any of the restored documents need to be migrated, changes to the app's window state appears to be frozen or something, because no amount of window manipulation I've tried during this time every shows up onscreen. The result is a long migration process with no user-visible activity in the app because. This is unacceptable.Any ideas about how to show some UI during state restoration? NSUserNotification only works if the app is in the background, right? And it's not in the background after the user launches it, so the notification never appears.
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
750
May ’20
Reply to Why the same transaction get twice update notify?
We're sure that it's not an SKPaymentTransactionStatePurchasing state transaction.When there is an unfinished trasaction of a product identifier of p1, should p1 not allowed to make another new purchase, insteading, an alert box will show the user that it will be restored freely? So there might not be two transactions with same transaction identifier of the same product identifier.So, it may now disabey the princeples of In App Purchase.
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’17
SubscriptionStoreView - Restoring Subscriptions
I'm using code similar to the following to conditionally show the SubscriptionStoreView and the .storeButton(.visible, for: .restorePurchases) modifier is used to allow the user to restore an existing subscription. How can I listen for events that would allow me to close this view once the subscription is restored? The .onInAppPurchaseCompletion closure does not handle this and it also appears that listening for results in Transaction.currentEntitlements also doesn't handle the fact that a subscription is restored. Any guidance on how to determine if the subscription has been restored would be greatly appreciated. Finally, how can this be tested effectively in both TestFlight and in Xcode with the simulator. if subscriptionManager.subscription == .none { SubscriptionStoreView(groupID: 1234567) { SubscriptionMarketingView(transparency: false) .containerBackground(for: .subscriptionStoreFullHeight) { GradientBackground() } } .backgroundStyle(.clear) .storeButton(.visible, for
0
0
130
Nov ’25
Reply to iTunes Sandbox Extremely Slow
Same here. The sandbox env is EXTREMELY slow. A ping times out. Trying to purchase some product results in not showing up the purchase dialog. Restoring works in 2 of 10 cases.Also a curl request to https://sandbox.itunes.apple.com/verifyReceipt sporadically gives mecURL error 56: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’18
Reply to Remove IAP
Thanks for your reply?I want to leave the no ads part in the app for the people that previously paid.I want to delete the in-app purchase button from the user interface completely. But I supppose I really have to keep a restore option in the app? Also when I remove the IAP from sale in ITC for older app versions?If I don't offer a restore option, users who have previously paid and resinstalled the app for some reason, would not be able to benefit from the no ads part.
Topic: App & System Services SubTopic: StoreKit Tags:
Jan ’17
State Restoration Debugging
I’m curious if anyone has some helpful hints when state restoration doesn’t work. I have the following situation:UIWindow subclass-UITabViewController subclassEach tab has:—UISplitViewController subclass—UINavigationController subclass -UIVC Master subclass -UIVC Detail subclassIts all in code - no storyboard. I’m creating the window, tab, split, in the willFinishLaunching so that its all ready for state restoration. I have the restoration identifiers setup. I have the detail view controller conforming to UIViewControllerRestoration and viewControllerWithRestorationIdentifierPath does get called. I’m creating the detail VC, and I’m seeing it all get decoded properly.I’ve read every article I can find on state restoration, the docs, etc… and I just can’t find anything that provides common reasons for it not working. Here is what’s driving me crazy: I got it all working once. Then I went to apply it to another tab and its View controllers, and I’ve never gotten it to work aga
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
870
Oct ’16
Reply to SKProductsRequest delegate is not called
The same phenomenon occurred with the sample code for in-app purchase provided by Apple. Offering, Completing, and Restoring In-App Purchases https://developer.apple.com/documentation/storekit/original_api_for_in-app_purchase/offering_completing_and_restoring_in-app_purchases?language=objc I get the same symptom when I download the sample code, change the product ids for team and in-app purchases to my own, build with Xcode 13 and run it on an iOS 15.0.1 device. I checked it on multiple devices with iOS 15.0.1, but the same phenomenon occurred. Is there something wrong with the SANDBOX?
Topic: App & System Services SubTopic: StoreKit Tags:
Oct ’21
how to restore from iPad backup?
Today I did a backup of my iPhone and iPad, and restored them from ipsw files to be on iOS 13 beta 3 and iPad OS beta 3. My MobileSync/Backup folder had two folders in it, with the sizes and modified times making sense for the two backups I had done.The iPhone restored from backup correctly, but when trying to restore from backup on the iPad, the drop down menu only shows the iPhone's backup.This is in Catalina by the way. Is there a way to manually select the iPad backup, or something I need to do to make it appear in the menu along with the iPhone backup?
1
0
738
Jul ’19
State restoration in MSMessagesAppViewController
I would like to have this state restoration but when I assigned the `restorationIdentifier` and conforms to UIViewControllerRestoration protocol, the method belowdoes not even get called. Any ideas?Is the state restoration not enabled in the App Extension?extension MessagesViewController: UIViewControllerRestoration { class func viewControllerWithRestorationIdentifierPath(identifierComponents: [AnyObject], coder: NSCoder) -> UIViewController? { print(IDENTIFIER COMPONENTS: (identifierComponents)) return nil } }Cheers
0
0
299
Aug ’16
Cannot Restore Backup
I had my iPhone 6 Plus swapped out at an Apple Store, did an iCloud backup first but when I try to restore from iCloud backup to my new phone I just get an error that says cannot restore backupI have tried every available backup and get the same error. I am running 9.0 (13A4325c)Please help.
5
0
1.2k
Aug ’15
Reply to Do we still need "Restore purchases" button with app receipt mechanism?
After a user restores an auto-renewing sub to a new device, that device will automatically receive updates about subsequent renewal transactions. But does the first device (i.e. the one on which sub was originally purchased, before it was restored on a second device) continue to recevie the same updates? And more specifically, if updates detailing latest renewal transactions are being sent to both devices - is the receipt data being sent to both devices identical, with same Transaction ID value for latest renewal transaction? The Restore process generates new transaction IDs for each restored transaction, but I don't understand what happens with the receipts that follow or how that works across mutliple devices. Thanks in advance for any light you can shed here.
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’17
Restor xcode project
Hello,I have a big problem since the restoration of my macbook pro.I restored it in factory mode and copy my xcode folder. But since I can not open my xcode projects properly ... my .swift files are red and can not be opened from xcode. Yet when I open them in the folder I can read the program.Thanks for your help.
Replies
2
Boosts
0
Views
596
Activity
Feb ’18
Volume purchase for in app purchases possible?
Hi I'm developing an app for mainly larger organisations and the main area of purchasing would be using the volume purchase program (possible B2B as well) however I cannot find any information about the use of in-app purchases of volume amounts. At the moment the app contains elements that are designed to be accessible through in-app purchase of each element (so the organization can pick and choose different sections that are applicable to them) Is in app purchase with volume purchase possible? Or would I be better making the elements that would be purchased as an in-app seperate apps? Or is there another way? The app is also looking at using the education volume purchase too. Thanks.
Replies
1
Boosts
0
Views
870
Activity
Aug ’17
Reply to Restoring In app purchase products
In testflight you make the purchase. Then you delete the app from the device. Then you reinstall the app on the device through tesflight and try to restore the IAPs you bought.This assumes the old app had the same productIdentifiers for the IAPs as the new app and that you haven't changed the bundle identifier.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’18
Reply to Renewal transactions not arriving on device?
When developing for Auto-Renewal; this was a common problem that I ran into. I wouldn't always receive all 6 transactions. More often I'd receive just the first one, then nothing else. Sometimes it would 3 or 4.In the end I re-wrote my whole system with the aim of capturing enough information to try to determine if this was my problem or Apple's. I stored the date and time of the last unexpected restored transaction, (you know when the user has tried a restoredCompletedPurchases as you request that, so when you get a restoredTransaction that wasn't trigger by this, then it's highly likely it's a Auto-Renewal).I then displayed a screen to the user, showing this information and when the receipt was last updated. I then offered the user a series of numbered options.1. Restore Purchases.2. Refresh Recipt.3. Manually Renew.4. Contact us.When the user clicked on Contact Us, it provided all this information and a human readable version of IAP transactions in the receipt, also what steps the user ha
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’20
Is it possible to show non-restored windows during app state restoration?
The newest version of my CoreData model requires a somewhat lengthy migration. If documents are large enough, a progress window should be shown. That's fine when the app is running and the user opens an old document. But when the state of the app is being restored, and any of the restored documents need to be migrated, changes to the app's window state appears to be frozen or something, because no amount of window manipulation I've tried during this time every shows up onscreen. The result is a long migration process with no user-visible activity in the app because. This is unacceptable.Any ideas about how to show some UI during state restoration? NSUserNotification only works if the app is in the background, right? And it's not in the background after the user launches it, so the notification never appears.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
1
Boosts
0
Views
750
Activity
May ’20
Reply to Why the same transaction get twice update notify?
We're sure that it's not an SKPaymentTransactionStatePurchasing state transaction.When there is an unfinished trasaction of a product identifier of p1, should p1 not allowed to make another new purchase, insteading, an alert box will show the user that it will be restored freely? So there might not be two transactions with same transaction identifier of the same product identifier.So, it may now disabey the princeples of In App Purchase.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’17
SubscriptionStoreView - Restoring Subscriptions
I'm using code similar to the following to conditionally show the SubscriptionStoreView and the .storeButton(.visible, for: .restorePurchases) modifier is used to allow the user to restore an existing subscription. How can I listen for events that would allow me to close this view once the subscription is restored? The .onInAppPurchaseCompletion closure does not handle this and it also appears that listening for results in Transaction.currentEntitlements also doesn't handle the fact that a subscription is restored. Any guidance on how to determine if the subscription has been restored would be greatly appreciated. Finally, how can this be tested effectively in both TestFlight and in Xcode with the simulator. if subscriptionManager.subscription == .none { SubscriptionStoreView(groupID: 1234567) { SubscriptionMarketingView(transparency: false) .containerBackground(for: .subscriptionStoreFullHeight) { GradientBackground() } } .backgroundStyle(.clear) .storeButton(.visible, for
Replies
0
Boosts
0
Views
130
Activity
Nov ’25
Reply to iTunes Sandbox Extremely Slow
Same here. The sandbox env is EXTREMELY slow. A ping times out. Trying to purchase some product results in not showing up the purchase dialog. Restoring works in 2 of 10 cases.Also a curl request to https://sandbox.itunes.apple.com/verifyReceipt sporadically gives mecURL error 56: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’18
Reply to Remove IAP
Thanks for your reply?I want to leave the no ads part in the app for the people that previously paid.I want to delete the in-app purchase button from the user interface completely. But I supppose I really have to keep a restore option in the app? Also when I remove the IAP from sale in ITC for older app versions?If I don't offer a restore option, users who have previously paid and resinstalled the app for some reason, would not be able to benefit from the no ads part.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’17
State Restoration Debugging
I’m curious if anyone has some helpful hints when state restoration doesn’t work. I have the following situation:UIWindow subclass-UITabViewController subclassEach tab has:—UISplitViewController subclass—UINavigationController subclass -UIVC Master subclass -UIVC Detail subclassIts all in code - no storyboard. I’m creating the window, tab, split, in the willFinishLaunching so that its all ready for state restoration. I have the restoration identifiers setup. I have the detail view controller conforming to UIViewControllerRestoration and viewControllerWithRestorationIdentifierPath does get called. I’m creating the detail VC, and I’m seeing it all get decoded properly.I’ve read every article I can find on state restoration, the docs, etc… and I just can’t find anything that provides common reasons for it not working. Here is what’s driving me crazy: I got it all working once. Then I went to apply it to another tab and its View controllers, and I’ve never gotten it to work aga
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
870
Activity
Oct ’16
Reply to SKProductsRequest delegate is not called
The same phenomenon occurred with the sample code for in-app purchase provided by Apple. Offering, Completing, and Restoring In-App Purchases https://developer.apple.com/documentation/storekit/original_api_for_in-app_purchase/offering_completing_and_restoring_in-app_purchases?language=objc I get the same symptom when I download the sample code, change the product ids for team and in-app purchases to my own, build with Xcode 13 and run it on an iOS 15.0.1 device. I checked it on multiple devices with iOS 15.0.1, but the same phenomenon occurred. Is there something wrong with the SANDBOX?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
how to restore from iPad backup?
Today I did a backup of my iPhone and iPad, and restored them from ipsw files to be on iOS 13 beta 3 and iPad OS beta 3. My MobileSync/Backup folder had two folders in it, with the sizes and modified times making sense for the two backups I had done.The iPhone restored from backup correctly, but when trying to restore from backup on the iPad, the drop down menu only shows the iPhone's backup.This is in Catalina by the way. Is there a way to manually select the iPad backup, or something I need to do to make it appear in the menu along with the iPhone backup?
Replies
1
Boosts
0
Views
738
Activity
Jul ’19
State restoration in MSMessagesAppViewController
I would like to have this state restoration but when I assigned the `restorationIdentifier` and conforms to UIViewControllerRestoration protocol, the method belowdoes not even get called. Any ideas?Is the state restoration not enabled in the App Extension?extension MessagesViewController: UIViewControllerRestoration { class func viewControllerWithRestorationIdentifierPath(identifierComponents: [AnyObject], coder: NSCoder) -> UIViewController? { print(IDENTIFIER COMPONENTS: (identifierComponents)) return nil } }Cheers
Replies
0
Boosts
0
Views
299
Activity
Aug ’16
Cannot Restore Backup
I had my iPhone 6 Plus swapped out at an Apple Store, did an iCloud backup first but when I try to restore from iCloud backup to my new phone I just get an error that says cannot restore backupI have tried every available backup and get the same error. I am running 9.0 (13A4325c)Please help.
Replies
5
Boosts
0
Views
1.2k
Activity
Aug ’15
Reply to Do we still need "Restore purchases" button with app receipt mechanism?
After a user restores an auto-renewing sub to a new device, that device will automatically receive updates about subsequent renewal transactions. But does the first device (i.e. the one on which sub was originally purchased, before it was restored on a second device) continue to recevie the same updates? And more specifically, if updates detailing latest renewal transactions are being sent to both devices - is the receipt data being sent to both devices identical, with same Transaction ID value for latest renewal transaction? The Restore process generates new transaction IDs for each restored transaction, but I don't understand what happens with the receipts that follow or how that works across mutliple devices. Thanks in advance for any light you can shed here.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’17