QiscusRealtime 1.7.1

QiscusRealtime 1.7.1

Maintained by Ashari Juang, Arief Nur Putranto, Arief Nur Putranto, Qiscus.



  • By
  • Qiscus

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

Requirements

  • iOS 10.0+
  • minimum Xcode 11.4.1
  • Swift 5

Dependency

  • CocoaMQTT

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

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate MultichannelWidget into your Xcode project using Carthage, specify it in your Cartfile:

$ github "qiscus/QiscusRealtime-iOS" "carthage-support"

Security Disclosure

If you believe you have identified a security vulnerability with QiscusRealtime, you should report it as soon as possible via email to [email protected]. 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.