The new .photos
AssistantSchema
for intents allow integrating App Intents for Photos-related actions with Apple Intelligence. I was wondering if it would be possible to create intents that do not require full library access.
Our app supports loading image from Photos via the PHPicker
, which doesn't require any user permission. Now we want to support the .photos.openAsset
schema in an app intent to allow interactions like "Open this image in BeCasso and apply preset X".
Would that be possible without full library access?