I tried to write a live photo to album. It always failed. So I tested on my iPhone7, I found
BOOL s = [PHAssetCreationRequest supportsAssetResourceTypes:[NSArray arrayWithObjects:[NSNumber numberWithInteger:PHAssetResourceTypePairedVideo], nil]];
always return NO.
It's so weird, does anyone encounter this before?