Skip to content

In-app purchases (IAP)? #196

Answered by marcprux
dfabulich asked this question in Q&A
Discussion options

You must be logged in to vote

We don't (yet) have any framework that abstracts the in-app purchase functionality on iOS (StoreKit) and Android (Google Play Billing Library). This would be a great addition to the Skip ecosystem, and we're hoping that a community effort will get underway to implement this (it would probably be similar to Flutter's high-level in_app_purchase library, which delegates to the respective low-level store_kit_wrappers and billing_client_wrappers libraries).

In the meantime, you can implement this yourself by branching your platform-specific logic inside #if SKIP blocks, as per our Platform Customization guide. We'd be happy to help you along with this process, and be even happier to collaborat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants