How do I Integrate IAP(In app Purchase)?

Hey everyone .I know that gdevelop does not support IAP. But With any tweaks or anything can i integrate it.

Silver-Streak

In the case of GDevelop, your best case right now is either:

  • Set up your microtransactions through Javascript events and the Google Play SDK for Android, or > Cordova for Android/IOS.
  • Use Network Events with APIs to set up microtransactions (Such as Google Play or Steamworks)
  • Build your own system out via Javascript.

Yeah I know that
But,
Really I don`t know javascript
-lol-

Well there is a lot of guides in google, like this:
http://docs.sdkbox.com/en/plugins/iap/v3-js/
or even

but again. As i see these examples use node.js
I think this is to big for you. But, hey you can always try and if you don’t know something. Just google it