1. storekit iOS 3.0+
紹介要点:Appleから提供される課金定番フレームワーク。 信頼性が一番高い、実装量とコードが複雑、メンテが大変。
公式リンク: https://developer.apple.com/jp/documentation/storekit/
App内課金リンク: https://developer.apple.com/jp/documentation/storekit/in-app_purchase/
参考ブログ: https://reftec.work/posts/2021/1/221/
2. storekit2 Xcode: 13 beta(13A5154h)以上~
紹介要点:Appleから提供される次回課金フレームワーク、
既存のstorekitよりシンプルに改善されたイメージ?
公式リンク: https://developer.apple.com/jp/storekit/
紹介ブログ: https://ulog.sugiy.com/wwdc-2021-storekit2/
サンプリコード: ttps://developer.apple.com/documentation/storekit/in-app_purchase/implementing_a_store_in_your_app_using_the_storekit_api
3. SwiftyStoreKit
紹介要点:StoreKitをラッパーしたもの、シンプルに実装できそう、紹介ブログが結構ある,Star5.7k。バックエンド開発要。
cocoapods.org: https://cocoapods.org/pods/SwiftyStoreKit
Github: https://github.com/bizz84/SwiftyStoreKit
関連紹介: https://qiita.com/fromage-blanc/items/f6aa2c7d090217afddc5
4. CargoBay
紹介要点:StoreKitをラッパーしたもの。Objective-C、古い、メンテ止め。
5. Stripeサービス
紹介要点:Apple Payを利用した課金サービス、シンプルに実装。別途バックエンド設定あり、運用コストあり。
公式: https://stripe.com/jp
github: https://github.com/stripe/stripe-ios
関連紹介: https://qiita.com/mitsuhiro_K/items/6a434e4dd5984374a49b
https://qiita.com/shindooo/items/ebe69238368a2d6a7ebb
6. その他課金サービス Braintree,Venmo, Moltin, Omise,revenuecat ...
紹介しなくてもいいかな...
Flutter+ Firebase 課金
https://tech.studyplus.co.jp/entry/2020/04/13/102204
iOS Swift リソース
https://github.com/jobbole/awesome-ios-cn
課金テスト関連:
Xcode 12 でのアプリ内購入のテスト
https://qiita.com/MaShunzhe/items/486f45ba39433ce10d8a
https://dev.classmethod.jp/articles/xcode12_storekit_test/
swift/Flutter documents Chinese version: