https://github.com/jessety/grocerycloud
Swift 3 sample grocery app that uses iCloud document storage to sync across devices
https://github.com/jessety/grocerycloud
icloud icloud-document-storage icloud-document-sync ios ios-app swift swift-3
Last synced: about 1 month ago
JSON representation
Swift 3 sample grocery app that uses iCloud document storage to sync across devices
- Host: GitHub
- URL: https://github.com/jessety/grocerycloud
- Owner: jessety
- Created: 2017-03-07T02:53:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T22:15:14.000Z (over 4 years ago)
- Last Synced: 2025-03-31T14:04:03.598Z (2 months ago)
- Topics: icloud, icloud-document-storage, icloud-document-sync, ios, ios-app, swift, swift-3
- Language: Swift
- Homepage:
- Size: 24.4 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GroceryCloud
This sample grocery app uses iCloud document storage to sync across all of a user's devices without requiring a backend server. The user's list of groceries is also preserved when the application is deleted and restored when they re-install. It is written in Swift 3, on Xcode 8.2.1.
There are a lot of reasons not to rely on iCloud for your app. If you ever plan to expand your app to the web or Android or add any manner for your users to interact with each other, this probably is not the correct route to go down.
However, retaining some information across all of a user's devices even if the app is deleted and re-installed can be exceptionally convenient.
![]()