Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created January 26, 2017 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/192f6dfa57596ea8c5cf0da8c7ae48d4 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/192f6dfa57596ea8c5cf0da8c7ae48d4 to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
NMAApplicationContext.setAppId(yourAppID, appCode: yourAppCode, licenseKey: yourLicenseKey)
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment