Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic products in Apple In-App Purchase

Tags:

ios

How to deal with dynamic products in In-App purchase? We have an existing website having and admin panel where user adds his/her courses. There are thousands of courses and every day lots of courses created there.

Its not possible to add those courses to Apple In-App Purchase portal. Is there any other solution to use dynamic products to In-App Purchase? there are discounts and promotional coupons also applied. Is there any API exists which we can configure to our admin panel and course will automatically added to In-App?

Please help me and save my life...

like image 801
Dinesh Kumar Vyas Avatar asked Dec 22 '16 13:12

Dinesh Kumar Vyas


2 Answers

There are four steps to add multiple IAPs to iTunes Connect using the Application Loader (Version 3.0 at the time of writing):

  1. Open the Application Loader and access the template via the menu "File" --> "Open App Import Template". Copy the template somewhere else and open it with Excel or something similar.
  2. Add all your IAP Information and save the file as a .txt. (Leave the screenshot column empty.)
  3. Create a directory where you add screenshots for each IAP. The filename should match the product id of the IAP item. Example: "com.companyname.appname.productId.png".
  4. Use the import function of the Application Loader, where you will provide the .txt and will be asked for the screenshots.

If everything goes well your IAPs are now added and you can open iTunes Connect to submit them for review.

Hope this will help you. or you can use some command line tool provided by iTunes connect called Transporter. more details here http://itunespartner.apple.com/en/movies/faq/Transporter_Getting%20Set%20Up#!

like image 127
Rakesh Jangid Avatar answered Sep 27 '22 23:09

Rakesh Jangid


Unfortunately, there is nothing like that. You have to manually create product identifiers for in-app purchase. The product identifiers for which added in portal, those only works.

like image 30
Sivajee Battina Avatar answered Sep 27 '22 22:09

Sivajee Battina