| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#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', '~>4.1.0'
#import "ALChatManager.h" #import <Applozic/Applozic.h>
NOTE: Replace "applozic-sample-app" by your application key ALChatManager * chatManager = [[ALChatManager alloc] initWithApplicationKey:@"applozic-sample-app"];
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)
| Back | FazBrowse Home | New Git URL |