Add SpeechKit.framework of Nuance into libfolder. Download it from their website .
Create a file in the location Fandango/Config/Constants.swift containing following configurations:
struct Constants {
static let HOST = "YOUR_HOST"
static let PORT = 443
static let USE_SSL = false
static let APP_ID = "APP_ID"
static let APP_KEY = [ 0x00 ]
}
Add your APP_KEY to the Fandango/Voice/NuanceHeader.mfile, into the variable SpeechKitApplicationKey.