Skip to content

A sample iOS/Swift3 app that demonstrates Login with Amazon.

Notifications You must be signed in to change notification settings

grimlockrocks/login-with-amazon-swift3-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

login-with-amazon-swift3-sample-app

A sample iOS/Swift3 app that demonstrates Login with Amazon

Instructions:

  • Check-out the code, modify Bundle Identifier to something you like.

  • Modify the entries under "info.plist" -> URL types, replace URL Schemes -> Item 0 and URL identifier with your Bundle Identifier. Be sure that amzn- appears before your bundle id for url scheme this will enable the callback hook to open your app once you authenticate via browser. eg. <your_bundle_identifier> -> amzn-<your_bundle_identifier>

  • Set up a new security profile: https://developer.amazon.com/lwa/sp/overview.html, generate a new iOS API.

  • Modify the value of APIKey under "info.plist" to use your API key.

About

A sample iOS/Swift3 app that demonstrates Login with Amazon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages