Docs for iOS 9.1 beta says: "If you have a sharing extension, you can also get PHLivePhoto objects by using NSItemProvider."
However, in the block for -loadItemForTypeIdentifier:, the NSURL is nil and NSError is:
Error Domain=NS CocoaErrorDomain Code=-1 "(null)"
Anyone knows how to access a live photo's movie content in a share (or action) extension?
PS: I can access PHLivePhoto with the Photos framework just fine within the main app.