Apple new Feature for inapp Promotion like
i already Configure the iTunes setup, but i am confuse how to use SKProductPromotionConroller in inapp product page.
let storePromotionController = SKProductStorePromotionController.default()
storePromotionController.update(storePromotionVisibility: .hide, forProduct: proSubscription,
completionHandler: { (error: Error?) in
// Complete here
})
Thanks.