iOS Question use timer when my app go to background

Status
Not open for further replies.

cloner7801

Active Member
Licensed User
Longtime User
B4X:
App.IdleTimerDisabled = True
However it has nothing to do with background timers. It prevents the device from sleeping while your app is in the foreground.

You can use background fetch mode if you want to run code in the background.
I want to check battery level in background in timer and need to active timer in background
How use fetch background in app?
Note i know how use it but i cannot use for check battery level
Thanks
 
Upvote 0
Status
Not open for further replies.
Top