Muhammad Rizwan
Muhammad Rizwan

Reputation: 3480

Inapp Purchase : Can we add bunch of products in itunes connect dynamically?

I have one Application,in that i need to add around 100 products for Inapp Purchase I know all the procedure doing manually one by one but do we have any other way to do add these many products in a bunch dynamically?

May be via some xls format file etc.

So can any one help me to find feasible solution.

Thanks.

Upvotes: 1

Views: 435

Answers (2)

Muhammad Rizwan
Muhammad Rizwan

Reputation: 3480

Hello I have find the solution so you can add multiple products from application loader

So open you application loader application (if not then down load it) then follow the bellow steps.

Application loader >> Create new package >> New from file

OR you can follow this Link for further detail.

Also check on this reference Link (Creating Your In-App Purchase section) document for more info.

Upvotes: 2

Tomas Camin
Tomas Camin

Reputation: 10096

You could use Transporter, Apple’s command-line tool used for sending App Store packages (.itmsp) to the App Store.

Check out App Metadata Specification and the Transporter User Guide in the footer of iTunesConnect's Manage Your Apps section.

enter image description here

Although I never used it, I also found this github project which seems to kinda simplify the required xml generation.

Upvotes: 2

Related Questions