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?
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.