iOS in app purchase API -


I am creating an app where clients can create digital magazines and publish them on iOS devices. Magazines can be paid, and they should be used in app purchases.

I understand that the app is manually added to the purchase item to connect to iTunes. Because the magazines are created by the client, when the client adds a new version of the magazine, it should be automatically available in the iOS app.

How can I add new items to connect without iTunes? Is there an API for this?

thanks hole, just about it. The Newsstand API (developer.apple.com/newsstand) actually resolves the problem.

Thanks

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -