Opening the Apple TV App Store

前端 未结 7 1124
南旧
南旧 2020-12-13 22:06

Trying to build a tvOS app and one of the use cases I have is to be able to link off and open another app in the Apple TV App Store directly on a button click. Can someone p

7条回答
  •  再見小時候
    2020-12-13 22:37

    I have figured this out by examining the device console output. The trick is to use the com.apple.TVAppStore scheme instead of itms-apps. Example (Swiss App Store):

    com.apple.TVAppStore://itunes.apple.com/ch/app/youtube/id544007664?mt=8
    

    In fact, the https scheme is also working, but it's then transformed into com.apple.TVAppStore anyway.

提交回复
热议问题