ios - Add my app to tvOS app settings screen -


how add app settings tvos in ios. assume ios screen below, can add settings own application enter image description here

there isn't settings bundle in tvos section in xcode, can select settings bundle ios section, it's bit tricky works.

1. file -> new -> file

2. ios -> resource -> settings bundle

settings bundle ios section

3. edit bundle settings plist

4. build , run

n.b. tvos , xcode 7.1 in beta, maybe apple add "settings bundle" item in tvos section in stable release.


Comments