#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
-
Open terminal and navigate to your project root directory and run command
pod init
in terminal -
Go to project directory open pod file and add code in that
pod 'Applozic', '3.2.7'
- Download ALChatManager class and add to your project
- Add import code
#import "ALChatManager.h"
#import <Applozic/Applozic.h>
-
In ALChatManager.h replace
#define APPLICATION_ID @"applozic-sample-app
with your application key. -
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)