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 ?
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 ?