How do I Integrate IAP(In app Purchase)?

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.