Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasdom/KeychainDemo
Demo project to show how to share a keychain between an App and it's extension
https://github.com/dasdom/KeychainDemo
Last synced: about 1 month ago
JSON representation
Demo project to show how to share a keychain between an App and it's extension
- Host: GitHub
- URL: https://github.com/dasdom/KeychainDemo
- Owner: dasdom
- License: wtfpl
- Created: 2014-08-10T14:53:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-29T07:56:38.000Z (about 10 years ago)
- Last Synced: 2024-08-01T19:31:16.822Z (4 months ago)
- Language: Swift
- Homepage: http://dasdev.de/2014/08/12/ios8-share-extension-with-a-shared-keychain/
- Size: 180 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swift-cn - KeychainDemo - 使用 Share Extension 在不用的应用间共享 Keychain. (Demo Apps / 示例程序 / iOS)
README
KeychainDemo
============Demo project to show how to share a keychain between an App and it's extension in iOS8 using Swift
Keychain Access
---------------The keychain access is implemented as a basic demo class within a framework.
**Don't use this class outside of this demo. It's meant only for demo puposes. There is no error handling, for example.**
Share Extension
---------------A share extension is used to demonstrate the possibility to share keychains.
Contact
-------App.net: [@dasdom](https://alpha.app.net/dasdom)
Twitter: [@dasdom](https://twitter.com/dasdom)
Mail: [[email protected]](mailto:[email protected])
Licence
-------[WTFPL](http://www.wtfpl.net)