Changes

Jump to: navigation, search

An iOS 10 SiriKit Photo Search Tutorial

205 bytes added, 19:09, 11 April 2018
no edit summary
[[File:ios_11_siri_photo_enable_siri.png]]
Figure 98-1
Once the Siri capability has been enabled for the project, an additional file named SiriPhoto.entitlements will have been added to the project.
98.4 == Obtaining Siri Authorization==
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.
[[File:ios_11_siri_photo_usage_description.png]]
Figure 98-2
[[File:ios_11_siri_photo_ui.png]]
Figure 98-3
[[File:ios_11_siri_photo_add_extension.png]]
Figure 98-4
[[File:ios_11_siri_photo_messages_info_plist.png]]
Figure 98-5
[[File:ios_11_siri_photo_info_plist.png]]
Figure 98-6

Navigation menu