https://github.com/realtime-framework/realtimemessaging-ios-swift3-push
Realtime Cloud Messaging iOS Swift 3 SDK with APNS Push Notifications support
https://github.com/realtime-framework/realtimemessaging-ios-swift3-push
ios-swift push-notifications realtime-messaging
Last synced: over 1 year ago
JSON representation
Realtime Cloud Messaging iOS Swift 3 SDK with APNS Push Notifications support
- Host: GitHub
- URL: https://github.com/realtime-framework/realtimemessaging-ios-swift3-push
- Owner: realtime-framework
- License: mit
- Created: 2016-09-19T17:00:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T15:57:11.000Z (about 9 years ago)
- Last Synced: 2025-03-03T02:35:48.960Z (over 1 year ago)
- Topics: ios-swift, push-notifications, realtime-messaging
- Language: Swift
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Realtime Cloud Messaging iOS Swift 3 SDK with APNS Push Notifications Support
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-Swift3-Push to pod file:
target 'YOUR_PROJECT_NAME' do
pod 'RealtimeMessaging-iOS-Swift3-Push'
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