Skip to content

Support for in-app purchase or other payment methods #845

Answered by adamstep
wjkoh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @wjkoh , Hyperview does not have support for IAP or other payment methods out of the box. Support for those would need to be added via extensions (custom behaviors and elements). How difficult this will be depends on the answer to the question: is your current mobile app written in React Native already?

If the answer is yes, you could expose your current IAP flows rather easily (custom behavior to trigger a purchase or subscription with a given product ID, and then trigger an event on success/failure). I think this would be rather straight-forward. Another option is to write most of the app in Hyperview, but keep the screens that deal with purchases as React Native implementations.

If …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wjkoh
Comment options

@adamstep
Comment options

Answer selected by wjkoh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants