iOS Question Run some code daily ?

henrywood

Active Member
Licensed User
Longtime User
Hey !

In the Android version of my app I am using a simple service to run daily (using StartServiceAt) to clean up stuff in the local DB that is no longer needed.
But, since there are no services in iOS, how would I do the same even if my app is not running/in the foreground ?
 
Top