tladesignz / AdParticipesCumCepis

MIT License
0 stars 0 forks source link

disable sleep / lock while share/send is active #1

Closed n8fr8 closed 2 years ago

n8fr8 commented 2 years ago

https://developer.apple.com/forums/thread/111810

UIApplication.shared.isIdleTimerDisabled = true

n8fr8 commented 2 years ago

https://stackoverflow.com/questions/9412877/how-to-disable-iphone-ipad-auto-lock-while-app-is-in-foreground-mode

tladesignz commented 2 years ago

Yeah, thanks, forgot about this one. Will be interesting to see, if Apple allows us to make a nightlamp out of a mobile, just to keep the app running for serving websites.

It's an ugly hack for something which Apple is obviously not keen on happening. Otherwise, they would provide proper facilities for running web servers in the background.