简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM