ios-samples/StoreKit
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Consumables Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
HostedNonConsumables Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
HostedProductsXcode
NonConsumables Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
ProductView Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots
SharedCode Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md update header yaml 2019-07-29 19:48:37 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - In-App Purchase Samples Demonstrates how to implement the different types of in-app purchase available for iOS sample
csharp
xamarin
storekit

In-App Purchase Samples

This sample contains four projects:

  • Consumable purchases docs

  • Non-Consumable purchases docs

  • Non-Consumable purchases using iOS 6 hosted content docs

  • ProductView using iOS 6 feature purchase iTunes/App Store/iBookstore content in your app docs

There is also a directory containing the Xcode projects that are used to build Hosted Content for iOS 6 in-app purchases.

In-App Purchasing

screenshot screenshot screenshot

NOTE: it does NOT demonstrate RECEIPT VERIFICATION, so you'll have to add this in yourself.

Check out @redth's server-side code to help build your own receipt verification logic with ASP.NET:

https://github.com/Redth/APNS-Sharp/tree/master/JdSoft.Apple.AppStore

FYI the sample code is based in-part on @jtclancey's AppStore code here:

https://github.com/Clancey/ClanceyLib

Store Product View

This sample demonstrates the new iOS 6 SKStoreProductViewController that lets applications display iTunes, App Store and iBookstore products for review or purchase.

screenshot

Setup

There's a bit of set-up required for In-App Purchases (registering your bank details with Apple, setting up the products in the iOS Developer Portal, Provisioning your app correctly). These steps are the same for MonoTouch and Objective-C, so Apple's setup doco might help [1]. You should also read Apple's In-App Purchase programming docs [2], for familiarity.

[1] http://developer.apple.com/library/ios/#technotes/tn2259/_index.html

[2] https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction/Introduction.html