Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 624 Bytes

File metadata and controls

12 lines (9 loc) · 624 Bytes

login_with_amazon_example

Example Unity project using Login with Amazon Android SDK

Instructions

  1. First follow all instructions here and set up your Unity project like an Android one
  2. Update ProjectSettings/ProjectSettings.asset to your Android Bundle Id
  3. Update ProjectSettings/ProjectSettings.asset and add your keystore
  4. In Assets/Plugins/Android/assets/api_key.txt add your api key
  5. In Assets/Plugin/Android/LoginWithAmazon/AndroidManifest.xml replace "com.example.appid" with your Bundle Id.
  6. Build and run