Where to upload bundles to apple in app purchases [closed]
I need to add In App Purchases to my project. Where can I configure that in the developer acco开发者_开发知识库unt and where do I upload the app bundle. Specifically, there is no clear link to upload a zip file.
Please review the In App Purchase Programming Guide (You will need to be logged into your development account). Purchased products (content, that aren't just activated features) must be hosted on your own server.
From the Guide:
In the server product model, you provide a separate server that delivers products to your iOS application. Server delivery is appropriate for subscriptions, services and content, because these products can be delivered as data without altering your application bundle. For example, a game might deliver new play environments (puzzles or levels) to the application. Store Kit does not define the design of your server or its interactions with your iOS application. You are responsible for designing all interactions between your iOS application and your server. Further, Store Kit does not provide a mechanism to identify a particular user.
精彩评论