Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple TV Guideline Problem #46565

Open
paulocoutinhox opened this issue Mar 1, 2021 · 3 comments
Open

Apple TV Guideline Problem #46565

paulocoutinhox opened this issue Mar 1, 2021 · 3 comments

Comments

@paulocoutinhox
Copy link

Hi,

Im trying publish my game on Apple TV but Apple is rejecting it because of this:

Guideline 4.0 - Design


We noticed your Apple TV app does not satisfy the requirements outlined in the Apple TV Human Interface Guidelines.

Specifically, pressing and holding the Menu button on the Siri remote does not take the user back to the Home screen.

Next Steps

To resolve this issue, please revise your app to ensure that it complies with the guides, specifications, and templates provided in the Apple TV Human Interface Guidelines.

Basically because of:

Specifically, pressing and holding the Menu button on the Siri remote does not take the user back to the Home screen.

Can anyone help me how can i do it using gdscript?

@Calinou
Copy link
Member

Calinou commented Mar 1, 2021

tvOS isn't supported yet. See #45830.

@naithar
Copy link
Contributor

naithar commented Mar 3, 2021

@paulo-coutinho Menu long press is reserved by the system for going into the home screen and cannot be overwritten.
Just tested on real device with my latest tvOS binaries based on RC3, everything works the way it should.

godot_tvos.mov

It also works the same way on all three available simulators.
It's either you doing something with the code, or it's Apple's reviewer doing something. The latter is more possible, since my application passed the review.

@paulocoutinhox
Copy link
Author

paulocoutinhox commented Mar 3, 2021

Hi @naithar,

Thanks. I tested it too. And don't have any problem :(
https://www.dropbox.com/s/myrbpe4rqamifw9/apple-tv-flyforcoins.mov?dl=0

I will send a message to Apple reviewers.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants