Skip to content
Snippets Groups Projects
user avatar
Hamed Hosseini authored
6fd1dc3b

ChatApplication

An iOS application for Chat SDK testing.



Features

  • Testing Chat and Async
  • Demonstration of Microservice architecture.
  • Calling with WebRTC.

Building And Running

Add these two swift packages in Xcode dependencies section or Package.swift file.

.package(url: "https://pubgi.fanapsoft.ir/chat/ios/chat.git", .upToNextMinor(from: "1.2.0")),
.package(url: "https://github.com/hamed8080/Swipy", branch: "main")

Registerarion

* Phone number registeration is required for running the app.
Go to link and register then login only with your phone number.

Dependency Graph of whole application and SDKs


Documentation

For more information about how to use Chat SDK visit Documentation

Contributing to Chat

Please see the contributing guide for more information.