Search results for

offloading

179 results found

Post

Replies

Boosts

Views

Activity

iO11 beta 6 offload app not present
I tried building my app through xcode 9 and installed on iOS11 beta 6 phone. But I could not see offload app option for my app (setting->iphone->storage->myapp).I could see only delete app option. I tried app installed both through xcode and itunes (ipa).But for other apple store , downloaded app I see both the option offload app and delete app.Any idea, why it is not appearing for my app, any setting required in app while building/packaging to achieve this?
1
0
1.5k
Sep ’17
iOS 11 - Offload app feature - Push Notifications
How to does push notifications work in case of Offload app feature in iPad?I am facing an issue in iOS 11 on iPad, my application still receives push notifications in Offload app status. Is there any delegate or a notification the app can handle in this state.So far i couldn't find any documentation for the same. Suggestions are much appreciated. Thanks in advance.
3
0
6.6k
Oct ’17
In-house distribution & offloading?
Is it possible to make In-house distribution compatible with offloading? If not, is the Custom Distribution compatible?An in general: Can u deactivate offloading for your app as a developer? The current scenario is, that when ever our B2B app is offloaded, the user can not just redownload it via the native UI, but has to manually reinstall the Application.
1
0
915
Dec ’18
Reply to Core Data Deadlocks
We recently solved a similar issue by removing one of our contexts. We had our a main queue context writing into a private queue context which would then write to the persistent store coordinator (Same as your root context). This was done to offload saving to disk to a background queue. On iOS 12 beta 5, this seemed to be causing the deadlock. We pointed our main queue context to the store coordinator directly, and removed the final private queue context, which resolved it. Write now happen on the main thread, but the app runs.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’18
Reply to Does someone in this world have a working code with background fetch?
All I need is to check the data on the network every three hours and issue a warning when checking.This isn’t really the intended use case for background fetch. The idea behind background fetch is that the system learns when the user is using the app and, if the user is regularly using it at specific times, the system sends the app a background fetch event before that time so that it can refresh. For example:The user might run a social media app regularly throughout the day, so the system would send that app regular background fetch events.The user might run their news app at breakfast time, so the system would send that app a background fetch event early in the morning.The user might have a second news app on their device but never run it, in which case that app would never get any background fetch events.Background fetch does not guarantee regular background fetch events. Indeed, there is no mechanism on iOS that guarantees regular execution in the background.Once your app has checked the data on the networ
Topic: App & System Services SubTopic: Core OS Tags:
May ’18
Help Me: SpotlightNetHelper Hijacks System is this a Virus?
To Whom It May Concern:I apparently have a self propagating virus that was introduced to my network by purchase of a used Mac computer from Amazon.com on approximately December 24, 2015. That is when I first started noticing erratic behavior on my machines. I have clean formatted and reinstalled OS from computers on an isolated network that was not infected. As soon as I connect the newly reinstalled OS iMacs to the infected network they become reinfected on first boot. I've spent something like 40 labor hours on this so far and I can't afford anymore resource allocation to this issue until there are some steps to cure the system.This activity on my computer appears to be a nasty virus. From what I can tell, it tries injecting itself in every executable it can locate. It trys to obtain the icloud login credentials, it attempts to obtain administrator credentials, and on one computer it appears to have secured and stolen my credentials to completely hijack the computer. Once it hijacks the computer it deletes
2
0
5.2k
Jan ’16
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 Background Transfer Service and Client Certificates
Hi again,Thanks for the reply. This makes me aware of a number of risks we did not appreciate.Could I just follow up to be sure I understand them right? Specifically, even after we‘ve switched to CA-signed server certificates, you point out two major reasons we should still avoid performing our own server trust challenge evaluation (or indeed handling any authentication challenge) with background sessions:The first reason is we might be penalized by the iOS resume rate limiter:For background sessions specifically, the resumes necessary to handle this authentication challenge counter against the resume rate limiter.Note This applies to all authentication challenges, not just server trust challenges.My question is, is this an issue even if I'm doing something computationally cheap like checking the certificate's common name? In other words, do you mean that any URLSessionDelegate object which implements urlSession(_ session: didReceive: completionHandler:) is a handicap for background execution, because simply
Topic: App & System Services SubTopic: General Tags:
Oct ’17
Reply to iOS 11.1 beta 5 install fails
Same here. What worked for me was deleting the ‘prepared’ install bits, from the iPhone Storage settings after the install failed a couple of times, then re-downloading. The subsequent attempt to download completed, “prepared”, and “verified”, and successfully updated the phone (iPhone 7). [For the curious, I have a 128GB iPhone 7, which has about 60GB free. Ample space for the OS to download the update bits, expand them, and do what it needed to do to effect an install without offloading apps or other data to introduce confounding variables to the process.]
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’17
Reply to My iPhone 'exploded'
You're right Scott. Offload unused apps somehow was enabled. It did an awful job of determining inactivity. For example it removed 1Password which I use seveeral times a day. It also blew apart most folders and couldn't bring apps back as advertised.Thanks,Tom
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’17
Reply to My iPhone 'exploded'
Have you checked to see if your Offload Unused Apps is enabled? Is it possible that these are apps that you have not used in a while and the new OS has removed them from your device due to inactivity in order to free up space on your phone?
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’17
Reply to File system lag (lots of beach balls)
From what I have been reading, APFS changes how Fusion works. It's now just a cache repository for meta data, readback cache and writeback cache. It will assist in directory listing. App Nap, Prelinking and directory lookups would likely be the most impacted.I do not know if it will offload files to the SSD that are frequently used like in days past. I'm not saying this is fact but supposition based on what little information I've found so far. The nature of APFS means it is always optimizing content in order to reduce fragmentation so logically it makes sense that it would work off of the HDD and use the Fusion as a cache - such as that for app nap. Anyone else have insight on APFS and Fusion topology? Has it changed Fusion fundamentally?
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’17
App "no longer" in App Store - but it is!
After searching the forum, I couldn't find this problem so thought it worth flagging.I wanted to see the process in the new feature of offloading an app rather than deleting it. I offloaded several apps and they stayed on my device but with a small cloud with downward arrow symbol indicating it was able to be reinstalled. However, I hit problems when I attempted to reinstall the app, as I got a pop-up informing me that my device was unable to download the app as it was no longer available in the App Store. I even got that for YouTube, which I am pretty certain is still in the App Store.I got this error whether I tried to reinstall directly from the app icon on my device or via the iPhone Storage sub-menu in Settings. If I go direct to the App Store and search for the app, it's there and I can reinstall it. I'm using a 5s for this.
2
0
977
Jun ’17
Reply to Are Multiple UI Threads Possible?
I understand that UIKit is not designed to be thread safe, and that generally long running tasks need to be offloaded to other threads to avoid blocking the main thread.I'm just currently making UIKit do a lot of work - animations, autolayout etc. Which cannot be offloaded to another thread - therefore being a prime candidate for the creation of another UI thread and everything that goes along with that.So what I want is sounding to be unlikely.I want to be able to duplicate my application into another window and have the second window not interfere with performance of the main window.Without significant rewriting effort.Another UI thread working on the separate window would solve my problem immediately and gracefully.I do appreciate all of the comments though.So, thank you.
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’17