I've a question:
I'm writing an application. This application have many function. One of this functions need to works also in background. This function don't needs download data or use a standard process (i've found many page with example to explain how i can download a file in background or how i can use the notification in background), but i need only understand how to don't stop the running process work when i use the telephone with other app or i lock the mobile to sleep.
I've try to use the UIBackgroundFetchResult but i don't understand how this process works in a storyboard view.
How i can don't stop the process in a view when it's running, and i change application? Thz