Search code examples
iossafariscreenshotshare-extension

How to share Safari full page screenshot to my app through shareExtension


This is my Plist:

With this configuration, when sharing Safari full page screenshot via shareExtension, my app cannot be seen in the sharing list. How can I solve this?

Any help would be appreciated.


Solution

  • enter image description here

    SUBQUERY (
                    extensionItems,
                    $extensionItem,
                    SUBQUERY (
                    $extensionItem.attachments,
                    $attachment,
                    ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data"
                    || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url"
                    ).@count >= 1
                    ).@count == 1