Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adding products in itunes connect

I developed an app with in app purchase enabled and succeeded in doing it. I could test my app in the sandbox environment, and the in app purchase getting done as desired. I added the products manually by visit itunes connect website earlier. Though I am happy for the whole process, I struck with a new idea what if there are 100's of products? Should I add all the hundred products manually?

Is there any way to directly add all my products from my server to the itunes, taken care that all the information of the products (identifier, price ,category, etc) are provided in the server along with the products?

like image 519
Dinakar Avatar asked Jun 15 '11 13:06

Dinakar


1 Answers

There is no way that I am aware of to batch upload in-app purchase data. The web site not only requires you to add product IDs, price, etc, but also upload a photo so that it can be reviewed by Apple. It is, for now, a manual process.

like image 198
jschmidt Avatar answered Sep 24 '22 17:09

jschmidt