Changes

Jump to: navigation, search

An iOS 10 SiriKit Photo Search Tutorial

30 bytes added, 04:45, 10 November 2016
Obtaining Siri Authorization
<htmlet>ios10</htmlet>
== Obtaining Siri Authorization ==
<htmlet>adsdaqbox_flow</htmlet>
In addition to enabling the Siri entitlement, the app must also seek authorization from the user to integrate the app with Siri. This is a two-step process which begins with adding an entry to the Info.plist file for the iOS app target for the NSSiriUsageDescription key with a corresponding string value explaining how the app makes use of Siri.
</pre>
Before proceeding, compile and run the app on an iOS device. When the app loads, two consecutive dialogs will appear requesting authorization to use Siri and access the Photo Library. Select OK for both dialogs to provide authorization.
== Designing the App User Interface ==

Navigation menu