September 2019
Beginner
512 pages
12h 52m
English
Things are different in iOS. Background execution is way more restricted than with Android. The Service concept does not exist, and we have a few moments that we can run code in background.
The majority of use cases are covered by UIBackgroundModes, where an application can define the supported background modes and then is allowed to run specific kinds of background execution. We can, for example, do the following:
Read now
Unlock full access