Search code examples
javaandroidcloudboost

How to set up cloudboost in android app with my own server?


I am new in cloud boost.

I am using cloud boost in my android application for chat feature.

We have integrated cloud boost SDK on our server.

Now I want to use cloud boost in my android app with my server URL but I am not able to init CloupApp with custom URL. I have also tried following method but it not work.

CloudSocket.init(cloudUrl);
CloudApp.init(appId, appKey);

Can someone help me with this?


Solution

  • The library does not support Java/Android and other languages - it only supports Javascript language.

    Issue on GitHub: https://github.com/CloudBoost/JavaSDK/issues/9