-
Does backendless supports dynamica chat room or group creation through android sdk
-
Does chatting works in offline mode also (if user A sent message in offline will user B receive it as soon as user A comes in network)
Hi, Akash.
- Here’s the documentation of Backendless Android SDK Messaging Service https://backendless.com/documentation/messaging/android/messaging_overview.htm If you need something additional, you can use SDK methods to achieve this as you like.
- Publish / Subscribe messages live a short period of time and thus can not be received if user is offline. If you want to save messages that have to be delivered, you can integrate it with Backendless Persistence Service https://backendless.com/documentation/data/android/data_overview.htm
If you use Push Notifications - they will be delivered when user becomes online.
Thanx sir …