34,333
edits
Changes
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.
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