5 ms·
Having not owned an iPhone, I just want to clarify: when you update an app, it does so in the foreground? That seems like an odd design decision. Would there be
by BoyWizard 13y ago
Having not owned an iPhone, I just want to clarify: when you update an app, it does so in the foreground? That seems like an odd design decision. Would there be any reason for that to happen, as opposed to in the background (a la Android)?
- lh7777 13y agoDepends on what you mean by background. You can't use an iOS app while it is being updated (or in the queue to be updated), but you can do anything else. I'd call that a background update.
- BoyWizard 13y agoGotcha. I foreground == can't use the phone while the app is updating. Seems like it uses a similar mechanism to Android app updates then.
- MatthewPhillips 13y agoBy background I mean without notification of any kind. It's not something we should have to worry about.