I've been wanting to create a series of in-app purchases for my app in iTunesConnect via the Application Loader. In theory, one can create a tab-delimited txt-file with the product-ids, price, etc. to masscreate in-app purchases.
Unfortunately, in practice, I cannot get it to work. My sample in-app purchase has a "Wholesale Price Tier" of 32 and when I try to import the data from the txt-file, the application loader gives me the error-message: "Unknown price tier: 32" (or something to that effect, the message I get is in German).
This seems to be an error in the application loader, for the program even complains when I try to import the unmodified AppMassImportTemplate.txt template that comes with the Application loader.
Similarly, the programm does not accept an "End Date" of "None", even though this the recommended entry in the Application Loader User Guide. But this, I can get around by simply omitting the column "End Date", I cannot, however omit the column "Wholesale Price Tier".
Has anyone encountered this problem as well, and found a way around it?