Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is possible to change the price of an In App purchase after the Application is approved?

I have a very simple question:

Is it possible to change the price of an InApp product after the application is Approved?

It is a very simple/stupid question, but I need to make some decisions depending on InApp limits.

Thanks in Advance!

like image 626
mxg Avatar asked Mar 28 '12 20:03

mxg


2 Answers

Yes, it is. You can change the price at any time in iTunes Connect.

Go to iTunes Connect -> Manage Your Applications

Select your application from the list.

To change application price click Rights and Pricing and you're there.

For In-App purchases prices you go to Manage In-App purchases, click on the line of the InApp you're interested in and again you'te there.

like image 194
Rok Jarc Avatar answered Sep 19 '22 16:09

Rok Jarc


Yes it is, but make sure you don't hard code the price. Any label showing the price, pull the price from the products and localise the currency before adding to a label. This way it'll always show the correct price in your app.

like image 43
Darren Avatar answered Sep 21 '22 16:09

Darren