Demonstrations based on LeanCloud Swift SDK .
Demo Project Name | description |
---|---|
Chat | Instant Messaging App |
VoIP | Sample for receiving APNs message and VoIP notification |
Chat is a LeanCloud based instant messaging application on iOS.
- Basic Chatting
- Group Chatting
- Rich Media Messaging
- Open Chat Room
- Channels and Bots
- Temporary Conversation
$ 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 is is a LeanCloud based Sample Project for receiving message and VoIP notification on iOS.
$ 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.