Skip to content

jcollas/iOS-Alexa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Alexa Voice Service

This is an Alexa Voice Service example using Swift specifically for the iOS. It requires Swift 2 from XCode 7 or later.

You will need to fill out the following three items found in Config.swift before running:

struct LoginWithAmazon {
    static let ClientId = "<< Client ID Here >>"
    static let ProductId = "<< Product ID Here >>"
    static let DeviceSerialNumber = "<< Device Serial Number Here >>"
}

You will need to fill out the following items found in LoginViewController.m before running:


#define SCOPE_DATA @"{\"alexa:all\":{\"productID\":\"<< Product ID Here >>\",""\"productInstanceAttributes\":{\"deviceSerialNumber\":\"<< Device Serial Number Here >>\"}}}"

You will also need to change "APIKey" (This API Key needs to be generated from developer.amazon.com > Amazon Voice Service > Your Product > Security Profile > iOS Settings) & URL Scheme in Info.plist

Special Thanks to https://github.com/carsonmcdonald/AVSExample-Swift

About

Amazon Alexa Client for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 73.6%
  • Swift 26.2%
  • Ruby 0.2%