storePromotionController

storePromotionController

苹果为inapp推广提供的新功能
For more description
我已经配置了iTunes设置,但是我不明白如何在inapp产品页面中使用SKProductPromotionConroller。

let storePromotionController = SKProductStorePromotionController.default()
storePromotionController.update(storePromotionVisibility: .hide, forProduct: proSubscription,
completionHandler: { (error: Error?) in
    // Complete here
})

谢谢。

最佳答案

应用内促销是可选的。
建议:使用,如果你有一个惊人的新产品在非常流行的游戏和你的球迷等待新的东西(新的未来,新的冒险e.t.c)。
所以,这对升职一定很有好处,明智的做法是反升职。
storePromotionController使用app图标管理产品页面上的应用程序(如果有)。
如果你不是像环球游戏开发商那样的大公司,或者你有非常美好的未来要推广,那就不要用它。

10-06 02:54