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
1
vote
1 answer

FRONT_CAMERA not supported d error: Video Chat Feature powered by Applozic

I have the following issue (since about a week) and unfortunately I have not been able to resolve it: I'm using applozic especially as a video chat feature for my app. I want to deploy it on an android 6.0 powered smart glasses devices. The app…
Ratzschus
  • 96
  • 6
1
vote
0 answers

Applozic Getting error in chatroom - contact applozic to active chat

I am developing application where I am integrating applozic in iOS Swift I can register users and even create the group, then I can also able to open the chatroom but there comes a message that " Please contact Applozic to activate chat in your app…
Parth Dhorda
  • 712
  • 1
  • 8
  • 32
1
vote
3 answers

How can I simplify this code (conversion to NSDictionary)?

I want to convert response to NSDictionary. Response is an implementation of ALRegistrationResponse (https://github.com/AppLozic/Applozic-Chat-iOS-Framework/blob/master/Applozic/DomainClasses/ALRegistrationResponse.m). NSDictionary *_response = @ { …
1
vote
0 answers

"No such module" error appearing in some files

I have imported the following framework like so: import Applozic The framework does exist and it works in some files with no error, however in this one file is displaying the error. I have tried reimporting the framework, doing a clean and build,…
user4174219
  • 427
  • 5
  • 13
1
vote
1 answer

Is there a way to close the Applozic Web Client?

Is there a way to close the Applozic Web Client, e.g. when a user logs out?
mikebridge
  • 4,209
  • 2
  • 40
  • 50
1
vote
1 answer

Applozic - Encryption and local host

We are developing an App where the chat is the most important function. I would like to know if using Applozic the chat could be encrypted (because the app has to be Hipaa compliant), and if the data could be resident in a local host (because of…
1
vote
1 answer

Hiding attach button in iOS Applozic chat sdk

I want to hide the attach button in the chat window of the Applozic iOS Chat SDK. I would have expected this to be included as a setting in the ALApplozicSettings class. To do this in the Applozic Android SDK you can simply configure it by setting …
bmatwork
  • 21
  • 3
1
vote
1 answer

how to use applozic in ASP.NET MVC 5

I want to use Applozic chat application in my Web application being built in MVC5. But I need guide to use this service in my application. Any step by step process will be highly appreciable.
WasiF
  • 26,101
  • 16
  • 120
  • 128
1
vote
3 answers

Where's ConversationActivity in Android from Applozic?

I try to get started from official document step by step. I can register succeed , but it crash when i click the drawer's arrow button on ConversationActivity. I want to find out what's happening but i can't find the activity which is the…
Morton
  • 5,380
  • 18
  • 63
  • 118
1
vote
0 answers

Applozic Meteor integration

I cant able to run applozic-web fullview ui with meteor (1.4.2.6). (https://github.com/AppLozic/Applozic-Web-Plugin) I've put src folder under /client/compatiblity folder. I'm newbie and i'm not sure how exactly use jquery plugins. Here is my html…
ofcelik
  • 13
  • 4
1
vote
1 answer

login applozic android app without registration

Applozic creates a new user if the user doesn't exist If it is a new user, a new user account will get created else existing user will be logged in to the application. But I want to make a activity for login without registration. how do if existing…
1
vote
0 answers

Applozic - Ignoring header Application-Key because its value was null

I am new to Applozic and I am integrating it on an android app. When I logged in on the applozic server, this Here is my code on Login User user = new User(); user.setUserId(UserID); user.setDisplayName(strFullName); …
1
vote
0 answers

AppLozic with IONIC APP

When I use Applozic sdk in a blank ionic app everything works well and there is no problem. However, when I use it in an existing ionic app and when I want to chat with a connected user my app reloads/restarts. What could be the reason? //Function…
rabie
  • 41
  • 4
1
vote
0 answers

Applozic not synchronized users - Android

I create a new user but he is not synchronized to the chat contact immediately. If I log out and log in again I am able to see the added user. How can I fix it that?
user3637775
  • 499
  • 4
  • 20
1
vote
0 answers

Chat messages are not delivered to a user recent logged until he opens chat activity

I have been testing Applozic for a few days, and everything works perfectly. But I've encountered a strange behavior: a recently logged user can not receive messages until he opens the ConversationActivity, after that (with ConversationActivity on…
Salva Burrezo
  • 23
  • 1
  • 5