rofiuddin / AlexaClientDemo

A sample iOS/Swift3 app that brings Alexa Voice Service to your iPhone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlexaClientDemo

A sample iOS/Swift3 app that brings Alexa Voice Service to your iPhone.

Instructions:

  • Modify Bundle Identifier to something you like.
  • Register a new product with Alexa Voice Service, select product type: application. Please take a note of your Application Type ID.
  • Create a Security Profile, create a new API key with your new Bundle Identifier under iOS Settings. Note down your API Key.
  • Modify the value of APPLICATION_TYPE_ID under "Settings.swift" to use your Application Type ID.
  • Modify the value of APIKey under "info.plist" to use your API key.
  • Modify the entries under "info.plist" -> URL types, replace URL Schemes -> Item 0 and URL identifier with your Bundle Identifier. Please make sure that CFBundleURLSchemes needs to have prefix "amzn-".
  • To change parameters such as ASR Profile, modify the value of AUDIO_EVENT_DATA under "AlexaVoiceServiceClient.swift".

About

A sample iOS/Swift3 app that brings Alexa Voice Service to your iPhone.


Languages

Language:Objective-C 58.5%Language:Swift 41.5%