Set the product price in iOS app

I'm developing an app with in-app purchase features, in this app users should make a payment for each of the products (Non-Consumable).

Should I specify the price of the products beforehand in the itunes connect or can I dynamically set/override the product's price using a webservice?

Regards

Upvotes: 0

Views: 2059

Answers (1)

Jatin Patel - JP
Jatin Patel - JP

Reputation: 3733

Apple doesn't allowed to set price out side of iTunes. Here are the link that help you to change price tier at any time once your application become live.

Apple Developer

enter image description here

Upvotes: 1

Related Questions