苹果inapp推广的新功能,比如
我已经配置了 iTunes 设置,但我很困惑如何在应用程序产品页面中使用SKProductPromotionConroller。
let storePromotionController = SKProductStorePromotionController.default()
storePromotionController.update(storePromotionVisibility: .hide, forProduct: proSubscription,
completionHandler: { (error: Error?) in
// Complete here
})
谢谢。