Monitoring bounties while playing would be easier if my iPad didn't often go to sleep. Instead of users turning off the display sleep system wide, it would be great if Vault Zero did it automatically when the App is running.
The magic you need (afaik) is in the ProcessInfo class, using the beginActivity(options:reason:) and endActivty(_:) using the magic option idleDisplaySleepDisabled.
Monitoring bounties while playing would be easier if my iPad didn't often go to sleep. Instead of users turning off the display sleep system wide, it would be great if Vault Zero did it automatically when the App is running.
The magic you need (afaik) is in the ProcessInfo class, using the
beginActivity(options:reason:)
andendActivty(_:)
using the magic optionidleDisplaySleepDisabled
.