Search results for

“offloading”

183 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 11 - Offload app feature - Push Notifications
I've observed the same behaviour with one of our Apps - if the App is offloaded, the device will continue to recieve push notifications. Since the App is (effectively) uninstalled, it seems that there's not delegate to call-back to, and touching the notification banner does nothing, doesn't even show a message that the app has been offloaded that you would see when you touch the App icon. This behaviour persisted for me for a couple of days, although I haven't tested longer than that to know if it the APNs token remains valid indefinitely. I likewise was unable to find any definitive developer documentation about how offloaded apps effect push notifications (or technical documentation on offloaded apps in general). Were you able to find any information Sumanth?
Mar ’18
Reply to Xcode 11 install to device fails, code -402620415
Hello guys.. I finally got the solution to this problem; Unable to install MyAppDomain: com.apple.dt.MobileDeviceErrorDomainCode: -402620383--The maximum number of apps for free development profiles has been reached.Domain: com.apple.dt.MobileDeviceErrorDomain Go to the Console app can be found in the Window >> Devices and Simulators >> click the 'Open Console' button in your phone's tab. In the Console app, type MIFreeProfileValidatedAppTracker in the upper right corner's search box will help you find the detail of this message after failed running your app. I have also found that most of the bundle IDs shown in the error message are auto offload apps. Turns out the Xcode misclassified all the auto offloaded apps (apps you have not used for a while) as your free developer account's test apps. If you encounter the same problem, the solution is to re-download all the offload apps. Then, turn off the auto offload in the iPhone Settings - iTunes & App Store - Offload
Jun ’20
Reply to Prevent uninstall app by "Offload unused apps"
There’s no documented setting for that. Imagine if there were: many apps would use it and thus defeat the purpose of the offload feature. For now your best bet is to advise the user to disable the global offload feature, with a detailed explanation of the motivation for doing so. But it’s still the user's choice. You could also file a Feedback requesting support for this, such as a hard-to-get entitlement for apps like yours.
Apr ’23
System Data full after clearing safari, messages, offloading apps/reinstalling apps
I‘m getting tired of having to reinstall apps because of the amount of datas. I deleted alot of photos. Deleted apps. The thing that gets my storage full is the System data. I searched up for tutorials, it was full with clearing safari history or deleting old messages, offloading apps. I did them all, none of them decreased my system data and its at 12GB while my phone‘s GB is only up to 64GB. I use IOS 16 Iphone 11. Can someone help?
1
0
133
Apr ’25
Is it possible to retrieve EXIF metadata from PHAsset without downloading photos (even if offloaded to iCloud Photo Library)?
iOS (Official) Photos app can display some EXIF-related metadata (e.g. camera and lens info, ISO, shutter speed, F-number) even when photos are offloaded to iCloud and the device is not connected to internet (e.g. airplane mode). However, with the Photos.framework, we need to download photos to retrive those metadata (which means it will not work with airplane mode). I tried the following methods, but none of those worked when photos were offloaded to iCloud and the device was in airplane mode: Requesting data with PHImageManager.default().requestImageDataAndOrientation Result: It does not return Data if the photo is not stored locally on the device, even with options.deliveryMode = .fastFormat Converting PHAsset#localIdentifier to an AssetsLibrary.framework URL (assets-library://asset/...) (I am aware that AssetsLibrary.framework is deprecated, but this was just a test.) Result: If PHImageManager does not returns Data, ALAsset#defaultRepresentation().metadata() returns an empty NSDictionary
0
0
644
Nov ’24
iPad “other” category is using 9 gigs of my 32 gig iPad. I have offloaded and dumped everything
I have offloaded and deleted so much and i the storage does not go down at all. It is at nine gig now and I have absolutely nothing on my iPad. I feel like this is very suspicious. Nothing works to clear it off and Apple‘s excuse is it will go away. It’s not going away it’s getting worse. I have one game that I play along with, Hulu, Facebook and messenger and most of the time I have the circular thing going on on my screen and can’t play the game or watch anything. the iPad is paid for, the service is paid for. Apple, What more do you want?
1
0
517
Dec ’22
Reply to Splash screen not updated (tried different methods available on the internet)
Problem is that launchscreen (splash screen) is stored in cache and not cleared when you upload without deinstalling first.There may be some trick, like renamin the image iused and removing the old one from xcassetshttps://stackoverflow.com/questions/33002829/ios-keeping-old-launch-screen-and-app-icon-after-updateAnother way is to propose users to offload (not remove) the app. So they will not loose their user data.h ttps://www.howtogeek.com/344944/how-to-delete-or-offload-an-app-on-iphone-or-ipad/
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’20
Reply to iOS 11 - Offload app feature - Push Notifications
I've observed the same behaviour with one of our Apps - if the App is offloaded, the device will continue to recieve push notifications. Since the App is (effectively) uninstalled, it seems that there's not delegate to call-back to, and touching the notification banner does nothing, doesn't even show a message that the app has been offloaded that you would see when you touch the App icon. This behaviour persisted for me for a couple of days, although I haven't tested longer than that to know if it the APNs token remains valid indefinitely. I likewise was unable to find any definitive developer documentation about how offloaded apps effect push notifications (or technical documentation on offloaded apps in general). Were you able to find any information Sumanth?
Replies
Boosts
Views
Activity
Mar ’18
Reply to iPad parent child refreshing issue - onAppear is NOT getting called every single time.
I tested 20 times, on simulator, both in Portrait and landscape. onAppear always called. Please explain exactly how you get the error, and which versions you use. On simulator or device ? For the meaning: offloaded means the view is offloaded from view hierarchy and will be reloaded after.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 11 install to device fails, code -402620415
Hello guys.. I finally got the solution to this problem; Unable to install MyAppDomain: com.apple.dt.MobileDeviceErrorDomainCode: -402620383--The maximum number of apps for free development profiles has been reached.Domain: com.apple.dt.MobileDeviceErrorDomain Go to the Console app can be found in the Window >> Devices and Simulators >> click the 'Open Console' button in your phone's tab. In the Console app, type MIFreeProfileValidatedAppTracker in the upper right corner's search box will help you find the detail of this message after failed running your app. I have also found that most of the bundle IDs shown in the error message are auto offload apps. Turns out the Xcode misclassified all the auto offloaded apps (apps you have not used for a while) as your free developer account's test apps. If you encounter the same problem, the solution is to re-download all the offload apps. Then, turn off the auto offload in the iPhone Settings - iTunes & App Store - Offload
Replies
Boosts
Views
Activity
Jun ’20
Is there any callback available to find out an iOS app got moved to Offload Unused Apps in iOS 11
Is there any callback available in iOS framework SDK to find out an iOS app got moved to Offload Unused Apps in iOS 11? I need to check the occurrence when the app got moved to Offload Unused Apps. So is there any callback or event to find the same in the iOS framework? Any suggestions are much appreciated.
Replies
0
Boosts
0
Views
448
Activity
Jul ’21
Reply to Prevent uninstall app by "Offload unused apps"
There’s no documented setting for that. Imagine if there were: many apps would use it and thus defeat the purpose of the offload feature. For now your best bet is to advise the user to disable the global offload feature, with a detailed explanation of the motivation for doing so. But it’s still the user's choice. You could also file a Feedback requesting support for this, such as a hard-to-get entitlement for apps like yours.
Replies
Boosts
Views
Activity
Apr ’23
System Data full after clearing safari, messages, offloading apps/reinstalling apps
I‘m getting tired of having to reinstall apps because of the amount of datas. I deleted alot of photos. Deleted apps. The thing that gets my storage full is the System data. I searched up for tutorials, it was full with clearing safari history or deleting old messages, offloading apps. I did them all, none of them decreased my system data and its at 12GB while my phone‘s GB is only up to 64GB. I use IOS 16 Iphone 11. Can someone help?
Replies
1
Boosts
0
Views
133
Activity
Apr ’25
Is it possible to retrieve EXIF metadata from PHAsset without downloading photos (even if offloaded to iCloud Photo Library)?
iOS (Official) Photos app can display some EXIF-related metadata (e.g. camera and lens info, ISO, shutter speed, F-number) even when photos are offloaded to iCloud and the device is not connected to internet (e.g. airplane mode). However, with the Photos.framework, we need to download photos to retrive those metadata (which means it will not work with airplane mode). I tried the following methods, but none of those worked when photos were offloaded to iCloud and the device was in airplane mode: Requesting data with PHImageManager.default().requestImageDataAndOrientation Result: It does not return Data if the photo is not stored locally on the device, even with options.deliveryMode = .fastFormat Converting PHAsset#localIdentifier to an AssetsLibrary.framework URL (assets-library://asset/...) (I am aware that AssetsLibrary.framework is deprecated, but this was just a test.) Result: If PHImageManager does not returns Data, ALAsset#defaultRepresentation().metadata() returns an empty NSDictionary
Replies
0
Boosts
0
Views
644
Activity
Nov ’24
iPad “other” category is using 9 gigs of my 32 gig iPad. I have offloaded and dumped everything
I have offloaded and deleted so much and i the storage does not go down at all. It is at nine gig now and I have absolutely nothing on my iPad. I feel like this is very suspicious. Nothing works to clear it off and Apple‘s excuse is it will go away. It’s not going away it’s getting worse. I have one game that I play along with, Hulu, Facebook and messenger and most of the time I have the circular thing going on on my screen and can’t play the game or watch anything. the iPad is paid for, the service is paid for. Apple, What more do you want?
Replies
1
Boosts
0
Views
517
Activity
Dec ’22
Reply to Xcode Cloud for a solo developer?
Huge benefits I think depending on what the price is though. Being able to offload your builds is great and even if you are a solo developer you have users I am assuming that will test your app.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Splash screen not updated (tried different methods available on the internet)
Problem is that launchscreen (splash screen) is stored in cache and not cleared when you upload without deinstalling first.There may be some trick, like renamin the image iused and removing the old one from xcassetshttps://stackoverflow.com/questions/33002829/ios-keeping-old-launch-screen-and-app-icon-after-updateAnother way is to propose users to offload (not remove) the app. So they will not loose their user data.h ttps://www.howtogeek.com/344944/how-to-delete-or-offload-an-app-on-iphone-or-ipad/
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’20
Reply to In-house distribution & offloading?
AFAIK, offloading expects the app to be in the store.Perhaps an MDM vendor would be able to provide a replicated process that works w/internally distributed apps that reside on your own servers.
Replies
Boosts
Views
Activity
Dec ’18
Reply to "The maximum number of apps for free development profiles has been reached"
Found the answer in this thread. https://discussions.apple.com/thread/251383929 Turns out, you can't have any offloaded apps from ANY vendor, including Apple, installed on the device.
Replies
Boosts
Views
Activity
Jun ’20
Reply to iOS 14 beta 4 permanently freezes & when disk space runs out
Noticed again on iOS 14.2 beta 2 on iPhone 11 Pro. Apps fail to open, deleting or offloading apps fails, space remains stuck at 63.6 GB/64 GB.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’20
Reply to How to get foreground running app name using a background service
I agree w/JP, and as in the past, add this note. Your app, however well intentioned, is no replacement for proper parenting. Make an app that helps with that, not something that offers to offload that responsibility.
Replies
Boosts
Views
Activity
Jul ’19
Offload Unused App Reinstall Send Push
Can I push the same token when I remove unused apps from settings and restore them again? Does the push reach? I am sorry for my English. I don't know English, I use translate Sorry if I'm wrong.
Replies
0
Boosts
0
Views
586
Activity
Jul ’21