iOS 11中的Inapp推广问题

时间:2017-08-29 06:38:43

标签: ios swift in-app-purchase in-app-promotions

Apple新推出的inapp推广功能,如

For more description

我已经配置了iTunes设置,但我很困惑如何在inapp产品页面中使用 SKProductPromotionConroller

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

感谢。

1 个答案:

答案 0 :(得分:0)

应用内促销是可选的。 建议:使用,如果你在非常受欢迎的游戏中有一个惊人的新产品,你的粉丝等待新的东西(新的未来,新的冒险e.t.c)。

所以,它一定非常适合推广,而过度推广则是ANTI推广。

storePromotionController使用应用程序图标管理产品页面上的In-Apps(如果很多)。

不要使用它,如果你不是像World Wide Game开发者这样的大公司,或者你真的有很棒的未来推广。