ついにiPhoneアプリ内課金が解禁となった
ブックリーダーアプリで新しい本をDLする場合は
アプリ内課金でいけるのか~
In App Purchase allows you to embed a store directly within your application.
You can use this in-application payment functionality to collect payment for enhanced functionality or additional content usable by your application.
You implement In App Purchase in your iPhone application using the Store Kit framework.
Store Kit connects to the App Store on your behalf to securely process payments from the user.
Store Kit prompts the user and collects the payment, then notifies your application so that it can provide items the user purchased.
For example, you could use In App Purchase to implement any of the following scenarios:
*
A basic version of your application with additional premium features.
*
A book reader application that allows the user to purchase and download new books.
*
A game that offers new environments (levels) to explore.
*
An online game that allows the player to purchase virtual property.