Using custom IAP

Is there a way to use a custom IAP server? I really like to release my project to our local android app market “cafebazaar” and it has it’s own IAP system. Is there a way for me to change google IAP to another one? there are a lot of excellent game makers in my country that doesn’t use defold just because there is a nice IAP Extention for unity for cafebazaar. if I can use custom IAP in defold I can pursue them to use defold instead.
there is a very straight forward manual about migrating java applications from google IAP to cafebazaar if it helps: migrate google play - Bazaar In-App Billing

1 Like

You will need to write a native extension for that.

1 Like

i thought i would have to create an extension, do you have any idea where can i start?

Here’s an introduction to https://defold.com/manuals/extensions/

And here are some actual projects using this:

2 Likes

ok great, actually I found defold iap and extension-android projects so maybe I can use those to reach my goal.

2 Likes

For anyone who visits this page from google search, i ended up creating an extension for Cafebazaar IAP mechanism.

2 Likes