https://github.com/realtime-framework/realtimemessaging-ios-swift
Realtime Cloud Messaging iOS Swift SDK
https://github.com/realtime-framework/realtimemessaging-ios-swift
Last synced: about 2 months ago
JSON representation
Realtime Cloud Messaging iOS Swift SDK
- Host: GitHub
- URL: https://github.com/realtime-framework/realtimemessaging-ios-swift
- Owner: realtime-framework
- License: mit
- Created: 2016-02-03T16:21:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T14:40:25.000Z (about 8 years ago)
- Last Synced: 2024-03-15T13:20:28.089Z (about 1 year ago)
- Language: Swift
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Realtime Cloud Messaging iOS Swift SDK
Part of the [The Realtime® Framework](http://framework.realtime.co), Realtime Cloud Messaging (aka ORTC) is a secure, fast and highly scalable cloud-hosted Pub/Sub real-time message broker for web and mobile apps.If your app has data that needs to be updated in the user’s interface as it changes (e.g. real-time stock quotes or ever changing social news feed) Realtime Cloud Messaging is the reliable, easy, unbelievably fast, “works everywhere” solution.
## Instalation
* [Install CocoaPods](https://guides.cocoapods.org/using/getting-started.html)
* Create pod file running command:pod init
* Add RealtimeMessaging-iOS-Swift to pod file:
target 'YOUR_PROJECT_NAME' do
pod 'RealtimeMessaging-iOS-Swift'
end
* Install the Realtime pod:
pod install
* Open the generated `.xcworkspace` in Xcode.* Start using [OrtcClient](http://framework.realtime.co/messaging/#swift).
## API Reference
[http://messaging-public.realtime.co/documentation/swift/2.1.0/Classes/OrtcClient.html](http://messaging-public.realtime.co/documentation/swift/2.1.0/Classes/OrtcClient.html)## Authors
Realtime.co