I have Non-Consumable Purchase and want to host it with Apple.
It like a book, that contains from images and manages with JSON. How can I upload it?
I have Non-Consumable Purchase and want to host it with Apple.
It like a book, that contains from images and manages with JSON. How can I upload it?
What is not clear from Nirav's answer is that to get to the point where you have a valid package, you need to do two additional things after creating the In-App Purchase Content Project in Xcode (i.e. After Xcode -> New Project -> Other -> In-App Purchase)
Once you have added your content files, you must Firstly Archive the Project, then locate the In-App Purchase in the Organizer:
then,
EXPORT the project using the "Export as an Installer Package" option
This exports the archive as a PKG file into a folder on your Desktop. Inside the folder is a .pkg file - this is what you need to add as the "Hosted Package Content"
Apple's documentation on this is scant and not very clear that there is multiple steps in creating the PKG file
With newest XCode (6.x) Application Loader you can manage all your in app purchases from within application loader apart from itunesconnect portal.