https://github.com/mobilequickie/loginwithamazoniosswift
Login with Amazon iOS Swift implementation. This solution utilizes the Amazon provided static framework written in Objective-C and uses a proxy to interface our Swift app to communicate with the Login with Amazon library.
https://github.com/mobilequickie/loginwithamazoniosswift
Last synced: about 1 year ago
JSON representation
Login with Amazon iOS Swift implementation. This solution utilizes the Amazon provided static framework written in Objective-C and uses a proxy to interface our Swift app to communicate with the Login with Amazon library.
- Host: GitHub
- URL: https://github.com/mobilequickie/loginwithamazoniosswift
- Owner: mobilequickie
- License: apache-2.0
- Created: 2018-11-01T23:13:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T05:58:59.000Z (about 7 years ago)
- Last Synced: 2025-03-28T13:44:27.901Z (about 1 year ago)
- Language: Objective-C
- Size: 6.77 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoginWithAmazoniOSSwift
Login with Amazon iOS Swift implementation. This solution utilizes the Amazon provided static framework written in Objective-C and uses a proxy to interface our Swift app to communicate with the Login with Amazon library.
# Get Started
1. Clone this repo
2. Add your App Identifier to the Xcode project. This should be the same App Identifier you provided Login with Amazon
3. Add your own iOS API Key for the "APIKey" in the Info.plist
4. Update the URL Schemes to match your App Identifier
Build and run the app. If the above information is correct, the user can tap on the "Login with Amazon" button and should be redirected
to the Amazon site to provide their Amazon credentials.