Omar Freewan
Omar Freewan

Reputation: 2678

How can I add multiple In-App purchases in iTunes Connect?

Usually i am going to
iTunes connect -> my app -> Manage In-App Purchase to add single item to the in app-purchase of my app.

I wanna to know if there is an API i can call it to add multiple files at once to the in-app purchase.

Help is appreciated

Upvotes: 1

Views: 1054

Answers (4)

Jonathan Ross
Jonathan Ross

Reputation: 1

You can use the Application Loader from your Mac. There is a template there you can download and populate with your IAPs

Upvotes: 0

9to5ios
9to5ios

Reputation: 5545

No There is No Such API, You have to add them all for each tier you want to set.

for full app purchase setting and working check out Reywenderlich Full In-App purchase implementation

Upvotes: 1

Rahul
Rahul

Reputation: 134

You have to add them manually. And check them during request. Store the appId in array and send the appropriate id with request from array. This is the only way to handle Multiple inAppp

Upvotes: 1

Nikita Pestrov
Nikita Pestrov

Reputation: 5966

There is no such API. You should add all of them manually.

Upvotes: 1

Related Questions