Question

I need to add In App Purchases to my project. Where can I configure that in the developer account and where do I upload the app bundle. Specifically, there is no clear link to upload a zip file.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top