1
ようinapp推進のためのAppleの新機能は、私はすでにiTunesの設定を構成しますが、私はinappの製品ページにSKProductPromotionConrollerを使用する方法を混同しています。
let storePromotionController = SKProductStorePromotionController.default()
storePromotionController.update(storePromotionVisibility: .hide, forProduct: proSubscription,
completionHandler: { (error: Error?) in
// Complete here
})
ありがとうございます。