Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realtime-framework/realtimemessaging-ios
Realtime Cloud Messaging iOS Objective-C SDK
https://github.com/realtime-framework/realtimemessaging-ios
ios objective-c push-notifications realtime-messaging
Last synced: 2 months ago
JSON representation
Realtime Cloud Messaging iOS Objective-C SDK
- Host: GitHub
- URL: https://github.com/realtime-framework/realtimemessaging-ios
- Owner: realtime-framework
- License: mit
- Created: 2015-01-08T18:25:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T14:31:44.000Z (over 7 years ago)
- Last Synced: 2024-12-01T00:36:42.240Z (2 months ago)
- Topics: ios, objective-c, push-notifications, realtime-messaging
- Language: Objective-C
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Realtime Cloud Messaging iOS 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 to pod file:
target 'YOUR_PROJECT_NAME' do
pod 'RealtimeMessaging-iOS'
end
* Install the Realtime pod:
pod install
* Open the generated `.xcworkspace` in Xcode.* Start using [OrtcClient](http://framework.realtime.co/messaging/#ios).
## API Reference
[http://messaging-public.realtime.co/documentation/ios/2.1.0/index.html](http://messaging-public.realtime.co/documentation/ios/2.1.0/index.html)## Authors
Realtime.co