Questions tagged [applozic]

Applozic is a Chat & Messaging SDK for your MOBILE and WEB apps

CHAT & MESSAGING SDK for your MOBILE and WEB apps

Applozic powers real time messaging across any device, any platform & anywhere in the world. Integrate our simple SDK to engage your users with image, file, location sharing and audio/video conversations. http://www.applozic.com https://www.applozic.com/developers.html

69 questions
0
votes
2 answers

Applozic Platform Chat API - Uploading message attachments

I'm integrating with applozic for a client, and I need to send messages with attachments to users. I'm following the steps here: https://docs.applozic.com/docs/1-1-user-chat-and-group-chat-api#section-send-message-with-attachment on how to do…
GreatSeaSpider
  • 262
  • 6
  • 14
0
votes
1 answer

how to reload the chat Message/listing of chat automatically in applozic framework

how to reload the chat Message/listing of chat automatically in applozic framework. in the demo of the Applozic gives refresh button to reload chat message and listing of chat.
Vishal Patel
  • 511
  • 6
  • 21
0
votes
0 answers

Applozic crashes with cordova google analytics plugin in Android

I am using Applozic for messaging on Android. https://github.com/AppLozic/Applozic-Cordova-PhoneGap-Chat-Plugin I have added cordova google analytics plugin. The applozic.login is successful, but the app closes and unable to launch…
Biranchi
  • 16,120
  • 23
  • 124
  • 161
0
votes
1 answer

How to add interactive buttons in Applozic mesasge?

At applozic site https://www.applozic.com/messaging-api-use-cases.html interactive shopping assistant is presented. But in documentation is no example how to add buttons and etc to the messages. Please deliver an example of how to achieve such…
0
votes
3 answers

Applozic sdk, unable to create new group programmatically

createChannel method returns null when implementing group chat using applozic sdk, android. List channelMembersList = new ArrayList(); channelMembersList.add(p.getMobile()); channelMembersList.add("9567600846"); …
Ramees Thattarath
  • 1,093
  • 11
  • 19
0
votes
3 answers

Integrating real-time messaging in android app

I have been searching for a while as to what could be the best option to integrate real-time messaging in my app. I have read about a number of available chat APIs like Sinch, Applozic, Quickblox, SendBird, etc. What I am confused about is that…
Vaibhav Agarwal
  • 975
  • 1
  • 7
  • 22
0
votes
1 answer

send a voice message as attachment with applozic android

i'm working with applozic api, and i can't find in the documentation how to send a voice message as attachment. import com.applozic.mobicomkit.api.conversation.MobiComConversationService; public void sendMessage(Message message) { …
-1
votes
1 answer

How to open our project/module activity from Applozic module?

I am using Applozic to integrate Chat in my app. I have done all process and chat is working fine, As I am doing customizations, I need to get back to my app's activity from applozic module class/activity. When I write intent code, it shows my app…
-1
votes
1 answer

Applozic register user ios

I created app in Applozic, I got AppKey etc. but when I tried to register user I constantly get error: invalid password here is my code: let alUser : ALUser = ALUser() alUser.userId = "someuserid" // NOTE : +,*,? are not allowed chars in…
adek_dev
  • 49
  • 1
  • 8
1 2 3 4
5