Followers
0
Following
0
Joined
Last Online
-
duffy
@ccc
I tried no_doze.py in iOS9. but it did not relaunch self. I think iOS changed behavior.reincarnate(argv) # Silent notification can relaunch self
-
duffy
console.set_idle_timer_disabled(True)
I tried it. But this have effect only in the foreground.
-
duffy
server.serve_forever()
iOS automatically stops background app about 10 minutes.
Is there any way to run pythonista server script "forever" (over 24 hours) in background?