Search results for

“restore purchases”

22,018 results found

Post

Replies

Boosts

Views

Activity

Restoring CALayers
Hello All, I'm looking for some general guidance when it comes to restoring my app as it returns from the background.I have only one view in my app but it has many CALayers that can be added one-by-one to the view and then moved around by the user (similar to a game of chess). If the app goes to the background, sometimes the CALayers are gone when the app returns to the foreground.I've skimmed over the state preservation and restoration documents and all the examples were basically about views and navigation. My view always comes back since I have only one. So my question is - do the methods for preservation and restoration work for CALayers too?I'm relatively new to iOS programming and have a deadline approaching. I don't think I could afford to do too much trial and error programming only to discover that my problem still remains. Any advice would be much appreciated!
0
0
113
Dec ’15
Reply to Bundling Apps with non-subscription trials
The purpose of a bundle is to sell a single 'product' that enables or can be used in multiple apps. In the case of apps that each cost a certain amount of money, you sell all the apps for an amount of money less than the sum of the individual apps. In teh case of an autorenewable subscription, you grant the subscription to all of the apps when one of the apps makes a purchase of a single autorenewable subscription for the bundle.Apple has not yet extended this bundle concept to non-consumable IAPs. And it would be difficult because most non-consumable IAPs rely on restoreCompletedTransactions which goes out to a single app, not multiple apps.You are suggesting someting else - a bundle for free time-based trials. I assume you are suggesting using the bundle for a subsequent purchase of a single non-consumable IAP after the 'purchase' of a free, time-limited non-consumable IAP, wherein the single non-consumable IAP would apply to all apps in the bundle. If so, you would need to addres
Jun ’19
Reply to deleting music off phone
To restore:- Connect iPhone to your Mac- Click File>Devices>Transfer purchases from This iPhone Name- turn off Find my iPhone if it is active (iCloud settings on device itself)- Hold option down on the keyboard and click 'Restore iPhone' under Summary in iTunes- Choose the appropriate IPSW and follow the promptsBasically a modified version of https://support.apple.com/en-us/HT201252
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Auto-renewable purchases failing randomly
One possibility is that your code does not correctly handle the case where a user begins to make a purchase but before they can make the purchase the App Store requires that they update their credit card information. After updating their credit card information the user is asked by the App Store if they still want to make the purchase. If they answer ‘yes’ then the App Store calls your updatedTransactions method twice; the first time with a failed transaction and then, almost immediately after, with a purchased transaction. If your app removes the transaction observer after the failed transaction it won’t see the purchased transactions. Can the user ‘restore’?
Topic: App & System Services SubTopic: StoreKit Tags:
Feb ’19
Reply to Does an app's receipt creation date get reset after an app delete?
Where did they re-install from? icloud? backup? ...?The receipt is for the original purchase/download. This helps support restoring original purchases. Refreshing the receipt asks the App Store for the latest copy of the receipt/does not create any new transactions. >Also, does this behavior change for a sandboxed app?TestFlight apps expire in 30 days, so...What is it you're trying to do? Flush a sandboxed purchase so you can try anew? If so, it's easiest to just create a new user.
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’18
Reply to How to hide new in-app-purchases from old version of an app?
>I simply iterate over the apps in-app-purchases, showingeverything there is.If from this you mean that in productsResponse:didReceiveResponse you collect the response.products and offer them all to the user then you have a small problem. You could title the IAPs Only for version 2.3 and later. You could ignore this problem and if a user purchased the IAP and it didn't work that user would ultimately realize they need to update the app and restore the IAP.
Topic: App & System Services SubTopic: StoreKit Tags:
May ’17
firmware restore
My iPhone X firmware is crushed and has left my phone in death mode. I connected my phone to my Mac and was asked to restore firmware which I did after downloading the apple logo turned on and the software was extracted...after the installation complete's this message displays on the screen Your iPhone has been restored to factory settings, and is restarting. Please leave your iPhone connected. It will appear in the sidebar after it restarts. And when I press done, the whole process starts over and over again. I've tried many times but still doesn't seem to work what should I do?? any help??
0
0
529
May ’21
When does Restore button need to appear?
I have an app with an auto-renewing in-app purchase (subscription). We know that if the user subscribes and then deletes the app while the subscription is still valid, when they user tries to subscribe again, the app will say, already subscribed. So our proposed solution is to display the restore button in the case where the User is subscribed but the app was deleted. Then while the subscription is active we don't show either button, neither subscribe nor restore.I think it is not user friendly to always show restore, even if the user has never subscribed. So what is the best practice here?
4
0
7.7k
Apr ’18
[URGENT] StoreKit 2 error. Issue with in-app purchase and subscription.
Hi all, We're facing an issue with our app's subscription and in-app purchases: We are using StoreKit 2 Up until 6 hours ago, everything was fine. Now, users are telling us they can't access what they've paid for. We could reproduce the error on iOS 16.6, not on iOS 17 developer beta Buying or restore purchases are timing out. Everything works fine in Sandbox and TestFlight. We are getting these two errors with production builds: Error enumerating unfinished transactions Error enumerating all current transactions both with the following timeout message: Error Domain=NSURLErrorDomain Code=-1001 Zeitüberschreitung bei der Anforderung. UserInfo={NSErrorFailingURLStringKey=https://mzstorekit.itunes.apple.com/inApps/v1/history?reason=initial, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask, NSUnderlyingError=0x2837a4f00 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 (null) UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _kCFStreamErrorCodeKey=-2102 Is anyone else se
3
0
1.9k
Aug ’23
Sign-in when restoring on TestFlight
Developing with unity2019 Sign out from iphone settings/sandbox account When calling Restore with the app downloaded from TestFlight, Authentication was called in iOS16.1 iOS16.2 iOS16.3, but I was only signed in to the sandbox and Restore failed. When I signed in from the iphone settings and returned to the app, the restore was successful. Is it because it's TestFlight that I signed in only to the sandbox? Will signing in to iphone and restore succeed in Release? On iOS16.0, when I signed out and started, Even if you open the iphone settings and sign in, Restore fails, I restarted the app and it worked. Is this an iOS16.0 issue?
1
0
525
Jan ’23
App data is not restored when device is restored via iCloud Backup
Users have reported that, when they restore a device from an iCloud Backup (as opposed to an iTunes Backup), the data for my app is not restored. It is not clear to me the steps I need to take to ensure that my app data is restored when the entire device is restored from an iCloud backup. I do not have iCloud enabled in app capabilities; is this one of the steps I need to take to make sure my data is included in the restore? What are the other steps I need to take and things I need to check? Does this have something to do with where my data is stored on the device?
1
0
578
Aug ’15
Restoring CALayers
Hello All, I'm looking for some general guidance when it comes to restoring my app as it returns from the background.I have only one view in my app but it has many CALayers that can be added one-by-one to the view and then moved around by the user (similar to a game of chess). If the app goes to the background, sometimes the CALayers are gone when the app returns to the foreground.I've skimmed over the state preservation and restoration documents and all the examples were basically about views and navigation. My view always comes back since I have only one. So my question is - do the methods for preservation and restoration work for CALayers too?I'm relatively new to iOS programming and have a deadline approaching. I don't think I could afford to do too much trial and error programming only to discover that my problem still remains. Any advice would be much appreciated!
Replies
0
Boosts
0
Views
113
Activity
Dec ’15
Reply to Bundling Apps with non-subscription trials
The purpose of a bundle is to sell a single 'product' that enables or can be used in multiple apps. In the case of apps that each cost a certain amount of money, you sell all the apps for an amount of money less than the sum of the individual apps. In teh case of an autorenewable subscription, you grant the subscription to all of the apps when one of the apps makes a purchase of a single autorenewable subscription for the bundle.Apple has not yet extended this bundle concept to non-consumable IAPs. And it would be difficult because most non-consumable IAPs rely on restoreCompletedTransactions which goes out to a single app, not multiple apps.You are suggesting someting else - a bundle for free time-based trials. I assume you are suggesting using the bundle for a subsequent purchase of a single non-consumable IAP after the 'purchase' of a free, time-limited non-consumable IAP, wherein the single non-consumable IAP would apply to all apps in the bundle. If so, you would need to addres
Replies
Boosts
Views
Activity
Jun ’19
Reply to deleting music off phone
To restore:- Connect iPhone to your Mac- Click File>Devices>Transfer purchases from This iPhone Name- turn off Find my iPhone if it is active (iCloud settings on device itself)- Hold option down on the keyboard and click 'Restore iPhone' under Summary in iTunes- Choose the appropriate IPSW and follow the promptsBasically a modified version of https://support.apple.com/en-us/HT201252
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Universal Purchase and In App Purchases, are purchases shared?
I understand that additional information regarding Universal Purchase for iOS and tvOS apps is forthcoming, but will In App Purchases made in the iOS version of the app also grant the user access to the same content in the tvOS version and vice versa?Thanks!
Replies
2
Boosts
0
Views
2.4k
Activity
Sep ’15
Reply to Auto-renewable purchases failing randomly
One possibility is that your code does not correctly handle the case where a user begins to make a purchase but before they can make the purchase the App Store requires that they update their credit card information. After updating their credit card information the user is asked by the App Store if they still want to make the purchase. If they answer ‘yes’ then the App Store calls your updatedTransactions method twice; the first time with a failed transaction and then, almost immediately after, with a purchased transaction. If your app removes the transaction observer after the failed transaction it won’t see the purchased transactions. Can the user ‘restore’?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’19
Reply to Does an app's receipt creation date get reset after an app delete?
Where did they re-install from? icloud? backup? ...?The receipt is for the original purchase/download. This helps support restoring original purchases. Refreshing the receipt asks the App Store for the latest copy of the receipt/does not create any new transactions. >Also, does this behavior change for a sandboxed app?TestFlight apps expire in 30 days, so...What is it you're trying to do? Flush a sandboxed purchase so you can try anew? If so, it's easiest to just create a new user.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’18
Reply to How to hide new in-app-purchases from old version of an app?
>I simply iterate over the apps in-app-purchases, showingeverything there is.If from this you mean that in productsResponse:didReceiveResponse you collect the response.products and offer them all to the user then you have a small problem. You could title the IAPs Only for version 2.3 and later. You could ignore this problem and if a user purchased the IAP and it didn't work that user would ultimately realize they need to update the app and restore the IAP.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’17
firmware restore
My iPhone X firmware is crushed and has left my phone in death mode. I connected my phone to my Mac and was asked to restore firmware which I did after downloading the apple logo turned on and the software was extracted...after the installation complete's this message displays on the screen Your iPhone has been restored to factory settings, and is restarting. Please leave your iPhone connected. It will appear in the sidebar after it restarts. And when I press done, the whole process starts over and over again. I've tried many times but still doesn't seem to work what should I do?? any help??
Replies
0
Boosts
0
Views
529
Activity
May ’21
Reply to Use my own process to restore purchases
Nope, you do not need to use Apple's procedure. You need to tell App Review you are using your own and you need to tell the user that they can restore their purchases. You cannot require that a user log into your server to use the app.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’17
When does Restore button need to appear?
I have an app with an auto-renewing in-app purchase (subscription). We know that if the user subscribes and then deletes the app while the subscription is still valid, when they user tries to subscribe again, the app will say, already subscribed. So our proposed solution is to display the restore button in the case where the User is subscribed but the app was deleted. Then while the subscription is active we don't show either button, neither subscribe nor restore.I think it is not user friendly to always show restore, even if the user has never subscribed. So what is the best practice here?
Replies
4
Boosts
0
Views
7.7k
Activity
Apr ’18
[URGENT] StoreKit 2 error. Issue with in-app purchase and subscription.
Hi all, We're facing an issue with our app's subscription and in-app purchases: We are using StoreKit 2 Up until 6 hours ago, everything was fine. Now, users are telling us they can't access what they've paid for. We could reproduce the error on iOS 16.6, not on iOS 17 developer beta Buying or restore purchases are timing out. Everything works fine in Sandbox and TestFlight. We are getting these two errors with production builds: Error enumerating unfinished transactions Error enumerating all current transactions both with the following timeout message: Error Domain=NSURLErrorDomain Code=-1001 Zeitüberschreitung bei der Anforderung. UserInfo={NSErrorFailingURLStringKey=https://mzstorekit.itunes.apple.com/inApps/v1/history?reason=initial, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask, NSUnderlyingError=0x2837a4f00 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 (null) UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _kCFStreamErrorCodeKey=-2102 Is anyone else se
Replies
3
Boosts
0
Views
1.9k
Activity
Aug ’23
Can't restore
BTW, I'm using a pc to do this.After updating my iTunes to the latest version, I tried to plugin my Apple TV.When I try to restore the device, I get this error.http://i60.tinypic.com/24dhes8.png
Replies
0
Boosts
0
Views
73
Activity
Sep ’15
Sign-in when restoring on TestFlight
Developing with unity2019 Sign out from iphone settings/sandbox account When calling Restore with the app downloaded from TestFlight, Authentication was called in iOS16.1 iOS16.2 iOS16.3, but I was only signed in to the sandbox and Restore failed. When I signed in from the iphone settings and returned to the app, the restore was successful. Is it because it's TestFlight that I signed in only to the sandbox? Will signing in to iphone and restore succeed in Release? On iOS16.0, when I signed out and started, Even if you open the iphone settings and sign in, Restore fails, I restarted the app and it worked. Is this an iOS16.0 issue?
Replies
1
Boosts
0
Views
525
Activity
Jan ’23
Reply to iPad Restore IAP Purchase Not Connecting to App Store
Yes, it's a univeral app, but the restore process works perfectly on my iPads (and has for several years on dozens/hundreds of other customer iPads since 99% of users purchase the upgrade to control their iPads).
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’19
App data is not restored when device is restored via iCloud Backup
Users have reported that, when they restore a device from an iCloud Backup (as opposed to an iTunes Backup), the data for my app is not restored. It is not clear to me the steps I need to take to ensure that my app data is restored when the entire device is restored from an iCloud backup. I do not have iCloud enabled in app capabilities; is this one of the steps I need to take to make sure my data is included in the restore? What are the other steps I need to take and things I need to check? Does this have something to do with where my data is stored on the device?
Replies
1
Boosts
0
Views
578
Activity
Aug ’15