https://github.com/realtime-framework/storageioschat
iOS group chat with persistence using Realtime Cloud Storage (includes APNS Push Notifications)
https://github.com/realtime-framework/storageioschat
Last synced: 6 days ago
JSON representation
iOS group chat with persistence using Realtime Cloud Storage (includes APNS Push Notifications)
- Host: GitHub
- URL: https://github.com/realtime-framework/storageioschat
- Owner: realtime-framework
- License: mit
- Created: 2016-06-15T13:36:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T13:46:11.000Z (about 10 years ago)
- Last Synced: 2025-10-25T14:01:44.209Z (9 months ago)
- Language: Objective-C
- Size: 1.59 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## The Realtime Cloud Storage Group Chat example for iOS
This example uses the Realtime Cloud Storage iOS SDK to save and retrieve group chat messages from the cloud. This sample uses the Mobile Push Notifications feature to engage offline users when new messages are available.




This application can be used to chat with users using the Android app available at [https://github.com/realtime-framework/StorageAndroidChat](https://github.com/realtime-framework/StorageAndroidChat)
## The example table schema
This example uses a table named RTCSChat with the following key schema:
- Primary key: ChatRoom (string)
- Secondary key: timeStamp (string)
## About the Realtime Cloud Storage Service
Part of the [The Realtime® Framework](http://framework.realtime.co), the Realtime Cloud Storage Service is a highly-scalable backend-as-a-service powered by Amazon DynamoDB. We've added real-time notifications to keep data synchronized between users of your application.
## Security note
This samples uses a public unauthenticated demonstration key. If you want to keep your chat messages private, please get your free Realtime Cloud Storage application key [here](https://accounts.realtime.co/signup/) and change the key used in the sample.
## Documentation
The complete Realtime Cloud Storage API reference is available [here](http://framework.realtime.co/storage/#documentation)