Home IOS Development ios background mode – Scheduling a process on iOS

ios background mode – Scheduling a process on iOS

0
ios background mode – Scheduling a process on iOS

[ad_1]

In my utility I wish to schedule a process that can happen every day whatever the app’s state – that means that I would like this process to carry out even when the app is in terminated state.

I am conscious that I can ship push notification on the desired time to carry out the duty, however I do not wish to implement the server facet answer until there’re no different choices.

When Background Fetch I see that the system does not let me schedule the time of the duty that means it it may happen every time the system decides it is one of the best time.

When Background Job I see that that the duties will executed solely when the app continues to be within the background and never terminated. If the app goes to the terminated state then all of the duties are stopped.

My query is – is it doable to schedule a process that can run every day and indefinitely (or as a lot near it as doable) regardless the app state?

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here