Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.2.X
Votes
12
Found in
2018.3.0a6
2018.3.7f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1134856
Regression
Yes
[tvOS] Pressing the menu button on AppleTV remote doesn't exit to home screen when "tvOS.Remote.allowExitToHome" is set to true
How to reproduce:
1. Download and open the attached project "tvosbug.zip"
2. Build and run it on tvOS
3. Press the menu button on AppleTV remote when the project is launched
Expected result: The game exits to the AppleTV home screen.
Actual result: Pressing the menu button doesn't exit to the AppleTV home screen.
Tested with: AppleTV, A1625 (32GB), tvOS 12.1.2(16K534), Resoloution 1080p HD - 60Hz RGB Low
Reproducible with: 2018.3.0a11, 2018.4.1f1, 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Not reproducible with: 2017.4.27f1, 2018.2.21f1, 2018.3.0a5
Regression introduced: beetween 2018.3.0a6 and 2018.3.0a7
-------------------------------
Fixed in 2019.3.0a12.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Zaikman
May 17, 2019 01:17
Can we petition the severity of this bug? Preventing the user from returning to the Home screen when the Menu button is pressed at the top level menu of your game is a direct violation of Apple's guidelines and is almost certainly going to cause you to fail submission.
This bug is a blocker with regards to releasing your game on tvOS right now and it's present from 2018.3 up through 2019.1, at least.
renanse
May 16, 2019 22:32
Thanks @Zaikman, helpful to have even an unofficial workaround.
Zaikman
May 15, 2019 10:22
As a temporary workaround, I sub-classed the UnityAppController and added a native plugin method that allows you to manually suspend the application. I'm not sure if this will pass Apple's submission tests, so use with caution!
https://gist.github.com/zaikman/229e74411a26073bd367e2c1acd33678