Hi, I am trying to create an action extension for my iOS app.
My action extension for now is a simple image viewer, the one of the default action extension template.
My problem is that the action extension is working only for jpg images but not for heif images. I am testing this with the Apple's Photos app.
This is my plist:
keyNSExtension/key
dict
keyNSExtensionActionWantsFullScreenPresentation/key
true/
keyNSExtensionAttributes/key
dict
keyNSExtensionActivationRule/key
dict
keyNSExtensionActivationDictionaryVersion/key
integer2/integer
keyNSExtensionActivationSupportsImageWithMaxCount/key
integer1/integer
/dict
keyNSExtensionServiceAllowsFinderPreviewItem/key
true/
keyNSExtensionServiceAllowsTouchBarItem/key
true/
keyNSExtensionServiceFinderPreviewIconName/key
stringNSActionTemplate/string
keyNSExtensionServiceTouchBarBezelColorName/key
stringTouchBarBezel/string
keyNSExtensionServiceTouchBarIconName/key
stringNSActionTemplate/string
/dict
keyNSExtensionMainStoryboard/key
stringMainInterface/string
keyNSExtensionPointIdentifier/key
stringcom.apple.ui-services/string
/dict
Do you know how to make it work also for HEIF pictures?
0
0
829