Opening the Apple TV App Store

前端 未结 7 1122
南旧
南旧 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:41

    Should be possible using SKStoreProductViewController in StoreKit. But apparently, that too is _TVOS_PROHIBITED.

    SKStoreProductViewController Class Reference

提交回复
热议问题