In-app purchase custom price
in-app-purchase, ios, objective-c
Solution
As noted by other poster, you cannot have variable in-app purchases. You have to select one of the provided price tiers.
Now assuming you are making a taxi-service app then what you need to do in your app is provide the user with a list of prices that are fetched from your server for example how much will it cost to go from point A to point B. You can then "charge" them outside of the in-app purchases using your own pricing service (credit card over the phone etc).
Again in-app purchase doesn't work with what you need.
Problem
I've been searching for a while, but it may be too obvious and people don't post about it. I want to know if I can put a dynamic price for a product. I have a delivery application and the price may vary with the distance. Also, it can be a non integer price, like $2,43. Is it possible? Also, I couldn't set a price at iTunes Connect, I need to be reviewed first? Thanks a lot in advance!