What is Hosted Content Package in the Application Loader?

萝らか妹 提交于 2019-11-29 18:40:51

问题


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)?


回答1:


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



来源:https://stackoverflow.com/questions/12598429/what-is-hosted-content-package-in-the-application-loader

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!