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

前端 未结 2 1476
挽巷
挽巷 2021-02-06 06:13

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

相关标签:
2条回答
  • 2021-02-06 06:43

    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.

    0 讨论(0)
  • 2021-02-06 06:53

    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.

    0 讨论(0)
提交回复
热议问题