I am developing an app in Firemonkey XE4 for iOS and need to prevent the device from sleeping when there is no user input. I have found this command for xcode development:
[application setIdleTimerDisabled:YES];
I presume there is an equivalent in FMX?
Can anyone help please?
Thanks
Darryl
You can go straight to UIApplication, as so: