I am developing an app for outdoor use and sometimes the phone gets very warm.
On Android if it gets too warm everything shuts down.
On Apple the shut down seems to be more staged. There seems to be an odd range around 49 degrees (120F) where some things work and some things don’t.
You can read more here:
https://support.apple.com/en-us/HT201678
I started using this for sections of my code:
App.IdleTimerDisabled = True
Those sections seem to turn off last. When I release (re-enable) the idle timer the app shuts down completely and has to be restarted from the home screen!
I am having a hard time repeating this.
On Android if it gets too warm everything shuts down.
On Apple the shut down seems to be more staged. There seems to be an odd range around 49 degrees (120F) where some things work and some things don’t.
You can read more here:
https://support.apple.com/en-us/HT201678
I started using this for sections of my code:
App.IdleTimerDisabled = True
Those sections seem to turn off last. When I release (re-enable) the idle timer the app shuts down completely and has to be restarted from the home screen!
I am having a hard time repeating this.
Last edited: