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

How to get list of my users in AppLozic

is it possible to get all of my users without adding them to through contacts. My problem is that I store users in Firebase and they can have invisible profile. I need to get only users with visible profiles. How can I achieve this? Thanks
user3637775
  • 499
  • 4
  • 20
2
votes
2 answers

Duplicate entry in build.gradle zznp.class

I am trying to implement Applozic chat in my existing android app. I am already using MQTT for server communication in other classes and its working fine. But after downloading the Applozic library through build.gradle I am getting an error while…
kittu88
  • 2,451
  • 5
  • 40
  • 80
2
votes
1 answer

How to list out my contact list in APPLOZIC in PHP(for web chatting)?

I want to add my contact list in Applozic API for chatting in PHP application. There are no any option to Add New Contact. Please help me if anyone knows. Thanks in Advance :)
Ronak Selarka
  • 663
  • 1
  • 5
  • 13
2
votes
1 answer

Duplicate entry - playservice and applozic

Without Applozic gradle dependecy all workk well. In Project level build.gradle I have: buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' //classpath…
user3528466
  • 186
  • 2
  • 17
1
vote
1 answer

Delete Message for everyone

Is delete message functionality for everyone in group chat exists and also delete functionality for sender to delete message from receiver's end in 1:1 chat in Applozic SDK. Are these delete for everyone functionality supported by Applozic chat sdk.
Ashish
  • 183
  • 9
1
vote
0 answers

Is there any method to use pagination on Applogic Web Chat plugin?

I use Applogic Pre-built customizable web chat UI and get contact json from my server api and pass json object in Applogic function. Actually we have a lot of contacts, it is not possible to pass the all contact object in Applogic API at once.
Daniyal
  • 184
  • 5
  • 24
1
vote
1 answer

Applozic UI: adding custom options

My app is using Applozic's UI. When you are looking at a chat conversation and hold down on a message, you are given the following Message Options: copy, forward, reply. I am hoping to add another option for group messages-- 'Reply privately', which…
Vanessa
  • 61
  • 3
1
vote
0 answers

Black bar is seen when uitabbar hides Applozic SDK

I have integrated Applozic inside UITabViewController and in viewDidLoad method written the following code to do this: var controllers = self.viewControllers let story = UIStoryboard(name: "Applozic", bundle: Bundle(for:…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
1
vote
1 answer

Is it possible to programmatically change a json resource file? Or change FileUtils.java to use a different json file depending on user type?

I know my question is worded somewhat confusingly, but... My app is using an instant messaging SDK called Applozic. In order to hide/add certain features into the UI, there is an applozic-settings.json file which can be edited. For example:…
Vanessa
  • 61
  • 3
1
vote
0 answers

NoClassDefFoundError at opening Dynamic Module

Suppose I have created an Android project AwesomeApp. Then I need to add chatting functionality to this App. So that, I have created another project to build an SDK for chatting. The output of my chat SDK are 4 aar files. These aar files contain…
Hasan Abdullah
  • 2,498
  • 1
  • 19
  • 34
1
vote
0 answers

Unable to build react native ios applozic chat implementation

I have installed React native applozic chat plugin and followed all the procedure mention in installation and usage section, but still I am not able to build the iOS application. I am getting error like "include of non-modular header inside…
Anil Ravsaheb Ghodake
  • 1,587
  • 2
  • 27
  • 45
1
vote
1 answer

What is the payload for while receiving push notification ? [iOS]

For reason unknown, I'm not able to run push notification on development environment. It doesn't show up hence I'm not able to run my application on my iOS device to check certain fields. On production, the push notification works fine. Problem…
user256419
  • 81
  • 2
  • 10
1
vote
0 answers

Show search option in Applozic conversatin tab

I am using applozic sidebar plugin with following code. window.applozic.init({appId: applozicApplicationKey, userId: currentUser.userId, userName: displayName, imageLink : userImage, email :…
swapnil shahane
  • 243
  • 1
  • 4
  • 13
1
vote
1 answer

Integrating AppLozic chat plugin for an angular5 project

I was trying to integrate a third party chat plugin to my angular 5 project but having a very hard time doing it. I could not get what their documentation wants to say or how to carry on it. If anyone has integrated it before then please help…
1
vote
1 answer

Applozic Android Custom UI Latest message list throws ArrayIndexOutOfBoundsException

This is my logcat When I try to get Latest message list for android Custom UI using this method I get error in image. ApplozicConversation.getMessageList(context, isScroll, new MessageListHandler() { @Override public void…
Pratik Powar
  • 251
  • 1
  • 4
  • 14