Swift SDK Demo
November 22, 2021 ยท View on GitHub
Demonstrations based on LeanCloud Swift SDK .
| Demo Project Name | description |
|---|---|
| Chat | Instant Messaging App |
| VoIP | Sample for receiving APNs message and VoIP notification |
Chat
Chat is a LeanCloud based instant messaging application on iOS.
Features
- Basic Chatting
- Group Chatting
- Rich Media Messaging
- Open Chat Room
- Channels and Bots
- Temporary Conversation
How to Run
$ git checkout master- CocoaPods adding Package Dependencies
$ cd swift-sdk-demo/$ pod update
$ open swift-sdk-demo.xcworkspace/- Xcode run Chat target
Note: Before running the target, maybe you should change the Bundle identifier and setup your own Apple Developer Account.
VoIP
VoIP is is a LeanCloud based Sample Project for receiving message and VoIP notification on iOS.
How to Run
$ git checkout master- CocoaPods adding Package Dependencies
$ cd swift-sdk-demo/$ pod update
$ open swift-sdk-demo.xcworkspace/- Xcode run VoIP target
Note: Before running the target, maybe you should change the Bundle identifier and setup your own Apple Developer Account.