Same problem here in 2024. Due to a change in tvOS, the tvOS version of my app no longer functions correctly. Unfortunately, my code base is not in a state to release a new version. I simply want to remove the tvOS version from sale until I can get a new update out.
Post
Replies
Boosts
Views
Activity
In my testing, this will stop the screensaver from displaying, but will also stop the screen from going to sleep. For our app, we only need to stop the screensaver, but we don't want to stop the screen from going to sleep.
For example, a user can set the screensaver for 15 min, but set the screen to sleep after 4 hours. For our app, we want to stop the screensaver, but still allow a user to have the screen to sleep after that 4 hours.
Is there a way to only disable the screensaver, but do not stop the screen from sleeping?