Applozic 8.4.1

Applozic 8.4.1

TestsTested
LangLanguage Obj-CObjective C
License BSD-3-Clause
ReleasedLast Release Jan 2022

Maintained by Adarsh, Mukesh, ShivamPokhriyal, Sunil.



 
Depends on:
ApplozicCore~> 8.4.1
SDWebImage~> 5.9.2
 


Applozic 8.4.1

  • By
  • Adarsh

#Applozic-Chat-iOS-Framework

Applozic provides an open source iOS Chat and Messaging SDK that lets you add real time messaging in your mobile (android, iOS) applications and website.

Works for both Objective-C and Swift.

It is a light weight Objective-C Chat and Messenger SDK.

Applozic One to One and Group Chat SDK

Signup at https://www.applozic.com/signup.html to get the application key.

Documentation: https://www.applozic.com/docs/ios-chat-sdk.html

Applozic Chat Framework for Cocoa Pod

##Installation

  1. Open terminal and navigate to your project root directory and run command pod init in terminal

  2. Go to project directory open pod file and add code in that

 pod 'Applozic'
  1. Download ALChatManager class and add to your project

ALChatManager.h

ALChatManager.m

  1. Add import code
#import "ALChatManager.h"
#import <Applozic/Applozic.h>
  1. Initiate ALChatManager.h Class Object
NOTE: Replace "applozic-sample-app" by your application key

ALChatManager * chatManager = [[ALChatManager alloc] initWithApplicationKey:@"applozic-sample-app"];
  1. For Registering user and other customization follow Applozic iOS DOCS

For reference download our sample project here ApplozicCocoaPodDemo

##Features:

One to one and Group Chat

Image capture

Photo sharing

Location sharing

Push notifications

In-App notifications

Online presence

Last seen at

Unread message count

Typing indicator

Message sent, delivery report

Offline messaging

Multi Device sync

Application to user messaging

Customized chat bubble

UI Customization Toolkit

Cross Platform Support (iOS, Android & Web)