QiscusRealtime

Qiscus SDK Realtime Message for iOS


License
MIT
Install
pod try QiscusRealtime

Documentation

QiscusRealtime - Messaging and Chat Core API for iOS

Qiscus Enable custom in-app messaging in your Mobile App and Web using Qiscus Chat SDK and Messaging API

Platform Languages CocoaPods

Build

Build with Xcode 10 / Swift 4.2

Features

  • Config Realtime Server.
  • Connect with username and qiscus token.
  • Publish typing and online status.
  • Subscribe(receive) new comment, online status, typing, deliverd and read comment.
  • Complete Documentation

Component Libraries

In order to keep QiscusRealtime focused specifically on realtime event implementation, additional libraries have been create by the [Qiscus IOS] (https://qiscus.com).

  • QiscusCore - Chat Core API, All chat functionality already on there.
  • QiscusUI - An chat component library, make it easy to custom your chat UI.
  • Qiscus - An chat sdk with complete feature, simple, easy to integrate.

Installation

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate QiscusRealtime into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'QiscusRealtime',
end

Then, run the following command:

$ pod install

Security Disclosure

If you believe you have identified a security vulnerability with QiscusRealtime, you should report it as soon as possible via email to juang@qiscus.co. Please do not post it to a public issue.

FAQ

When we use Qiscus

intead Qiscus?

QiscusCore is lite version chat sdk, if you wan't to build your own chat ui best option is use QiscusCore. But, if you need in App chat quickly use Qiscus Chat SDK(build in UI and simple configuration). please visit Qiscus to use qiscus chat sdk.