Can I use 3rd party library in IOS or Android project?

There is a require In my project. I need to add one or more channels to my app like Facebook. They provide accounts service. I know Defold has build-in Facebook APIs, but none others. Some channels provide a library and APIs called by native language, e.g. OC or JAVA.

In the past, I add them to Xcode project and config several options. What should I do this in Defold? I like Defold very much since I touching it. Thanks in advance.

There is currently no support for including third party libraries in Defold. Could you please provide a list of the third party libraries you’d like to use?

Thank you for replying @britzl . Half of our target users come from China, so we hope to add two main social channels:

  1. WeChat (Login and Shared)
  2. QQ (Login and Shared)
  3. Game Center (I know this in your plan)

In fact, I don’t know whether it is possible to customize by an interface or other ways .

Well, you can’t include a WeChat SDK or QQ SDK if such exists, but if WeChat or QQ has a normal HTTP API (rest or otherwise) you can interact with that using http.request() calls. There are plans to open up the extension system (as mentioned in the GDC talk), but I don’t have a timeline.

1 Like

I see, Thank you very much!