NSItemProvide.loadItem doesn't provide .mov for a livephoto

Hi All,


I'm trying to handle a kUTTypeLivePhoto type in a share extension but NSItemProvide.loadItem doesn't provide a .mov type for a LivePhoto from the Photos app. I do get the following: "public.jpeg", "com.apple.live-photo", "public.heic".


When I use loadItem for com.apple.live-photo the item returned from the completionHandler is nil. I do get the .jpeg.


Why don't I get a .mov?

NSItemProvide.loadItem doesn't provide .mov for a livephoto
 
 
Q