I want to enable In App Purchase for my an application. The type of purchase is Non-Consumable and I mark Host Content with Apple. When I want to host content with Apple I need to provide Hosted Content Package. I can not find more information what should be inside this content package. Except that it should be not bigger than 2GB and extension should be .pkg.
How I could create Content Package for it? What should be inside it?
How I can create an In-App purchase content package in Xcode (with a .pkg file extension)?
To create In-App Purchase content package: File -> New -> Project… -> Other (iOS) -> In-App Purchase Content. New project will be created.
Put data to this project and choose: Product -> Archive. When archive is done choose Distribute….
And you are done.
Very detailed explanation is written here: In-App Purchase example