1

Apple new Feature for inapp Promotion like

For more description

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
ikbal
  • 1,114
  • 1
  • 11
  • 30

1 Answers1

0

In-App Promotion is Optional. Suggestion: to use, if you have an amazing new product in very popular game and your fans awaiting something new (new futures, new adventures e.t.c).

So, it must be really great for promotion, over-wise it will be ANTI promotion.

storePromotionController manages In-Apps (if many) on your product page right with app Icon.

Don't use it, if you are NOT big company like World Wide Game developer or your have really great amazing future to promote.

OrdoDei
  • 1,379
  • 2
  • 16
  • 9
  • I don't understand what you mean by ANTI promotion. Can using this hurt app promotion? – SAHM Nov 14 '19 at 18:45