Skip to content

leancloud/swift-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift SDK Demo

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.

Releases

No releases published

Packages

No packages published