In-App purchase server model

后端 未结 2 1318
我在风中等你
我在风中等你 2020-12-25 09:10

I have got few questions about In-App Purchase server model.

I have got my DB, and a table in which I store item description. For example, I\'ve got a Sword priced $

相关标签:
2条回答
  • 2020-12-25 09:47

    There are a couple of good frameworks written by developers to help you on inAppPurchases. These frameworks are designed for all types of products (consumables, non consumables and subscriptions) along with a server model to validate the receipt.

    https://github.com/MugunthKumar/MKStoreKit - Good One

    https://github.com/anystone/AnystoneStoreKit - Another good wrapper. uses better delegates.

    There is a third very easy tutorial (only for non consumables)

    http://www.raywenderlich.com/2797/introduction-to-in-app-purchases

    This one explains every question you have and gets you started with an example..

    0 讨论(0)
  • 2020-12-25 09:50

    This tutorial provides clear step by step means to implement in-app purchases from scratch... After going through countless others, the examples here should cover your questions.

    http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

    0 讨论(0)
提交回复
热议问题