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
39
votes
1 answer

Integrating JavaScript web plugin in Ionic 2

Im trying to integrate Applozic chat platform to my Ionic 2 project, which I wish to export to Web, Android and iOS. Using the sample as a base and created the applozic.d.ts & applozichv.js for the Javascript integration process.…
Kshitij Aggarwal
  • 5,287
  • 5
  • 34
  • 41
9
votes
2 answers

Comparing Layer, Applozic, Quickblox & SendBird for quick WhatsApp like messaging in an Android App

We at Wishbook have a B2B mobile application (Android & iPhone), wherein we are looking to implement Text & photo communication - between users 1-to-1, or from a user to his group of buyers. We are keen on something that can get us upto speed ASAP,…
Wishbook
  • 101
  • 1
  • 4
4
votes
1 answer

web chat plugin "fade" class messes with other bootstrap components

I am using applozic web chat plugin for web chat window. The problem i am facing is, the script messes with modal and component load with ajax call. The plugin script adds automatically fade class. I believe, github.com has an open issue relate to…
Adeel Siddiqui
  • 210
  • 1
  • 4
4
votes
1 answer

Applozic ConversationActivity to Fragment

I want to add Applozic CoversationActivity to Navigation Drawer as Fragment. Do you think it is possible?
user3637775
  • 499
  • 4
  • 20
4
votes
1 answer

how to list out my contact list and send message in applozic

Context context = getApplicationContext(); AppContactService appContactService = new AppContactService(context); if (!appContactService.isContactExists("bdhameliya1")) { List contactList…
3
votes
2 answers

Applozic : How to show the user first unread message rather than latest unread message?

This is a question w.r.t a chat app developed using applozic sdk. Currently in the chat detail page, the latest conversation is loaded. But I want to show the unread message that arrived first rather than the latest message arrived. How can it be…
Vinayak
  • 41
  • 4
3
votes
1 answer

Getting error while adding proguard

Logcat: Warning:com.sun.pdfview.FullScreenWindow$PickMe: can't find superclass or interface javax.swing.JFrame Warning:com.sun.pdfview.FullScreenWindow$PickMe$1: can't find superclass or interface…
Ankur Khandelwal
  • 1,042
  • 3
  • 19
  • 40
3
votes
1 answer

Unable to register user with Arabic names

I am getting failed resonse while registering users with Arabic names. Request: PARAM_STRING USER_REGISTRATION :: { "contactNumber": "", "userTypeId": 0, "authenticationTypeId": 0, "notificationMode": 0, "deviceType": 4, …
Biranchi
  • 16,120
  • 23
  • 124
  • 161
3
votes
2 answers

Error in adding dependencies

I am trying to add compile 'com.applozic.communication.uiwidget:mobicomkitui:3.38' under dependencies in build.gradle but it is giving the following error I have added include 'com.applozic.communication.uiwidget:mobicomkitui:3.38' in…
Urja Pawar
  • 1,087
  • 1
  • 15
  • 29
2
votes
0 answers

Applozic with google firebase authentication

I have been researching for a while and found nothing about this. I am going to work on a Xamarin android app with integrated real-time messaging feature and looking at using Applozic. However, I am not sure how possible it is to use Firebase to…
2
votes
1 answer

How to hide topic box on top of the chat in applozic

Seems like I can't find a way to hide the topic box that appears on top of applozics chat / conversation view. I'm sure that there is option to do so, but any1 knows how ? Thank you for the help : )
Taboo
  • 41
  • 6
2
votes
1 answer

Applozic Ionic get last message for user

In Applozic/Ionic integrated app, I need to get last message and time of chat for a user or group I have read documentation for Applozic - Ionic integration but have not found a solution for above. It only mentions below //Get Total Unread…
Thakur
  • 1,890
  • 5
  • 23
  • 33
2
votes
0 answers

Manual messages sync when coming from background?

I would like to use Applozic for my app. Especially the 1-to-1 chat feature. But I heard that on iOS, when the app is in background and I got a push notification, the coming message is not showed because it needs a manual sync. How do you manage…
Sebastien
  • 31
  • 1
  • 4
2
votes
1 answer

Customize camera overlay in applozic

I am using applozic chat sdk for ios and sending images , video successfully . My requirement is to change camera overlay. When I try to add overlay on camera it crashes. let camaraObj : ALImagePickerController = ALImagePickerController() let…
user6826672
2
votes
1 answer

Why do I need manually tap 'Refresh' in Applozic Chat?

I had run Applozic Sample chat from https://github.com/AppLozic/Applozic-Android-SDK, but it seems the sample doesn't provide real time synchronization within, it need manually refreshed to receive new messages. Anyone could help to make it…
Wildan Muhlis
  • 1,553
  • 2
  • 22
  • 43
1
2 3 4 5