In App Purchases
-
Hello,
Is there any way to add In App Purchases?
I looked through the tutorial and only could find a virtual purchase system. -
It’s confusing, once you’ve exported your xCode project, you must then add the purchases manually by writing code. Privately message Murtaza and he should be able to help you.
-
I saw the HTTP protocols so I think that'll do the trick, thank you
-
If you want to do a "proper" in app purchase system, it will only work for exported projects. You would create the user interactions in hyperPad, then write the behind the scenes purchase logic in Objective C.
Then you could use the send/receive message behaviours to communicate with your objective C code.
See this post by @Hamed that briefly shows how to communicate with the send/receive message behaviours:
https://forum.hyperpad.com/post/6737