I am making an iOS picture, video modifying utility however undecided accurately the right way to use PHPicker to load picture, video.
a, load Picture
LoadObject of PHPicker works with most suitable picture however does not work with Uncooked, ProRaw.
So I used LoadFileRepresentation perform. It labored as properly for iOS 16 however failed for iOS17.
I attempted LoadDataRepresentation to load ProRaw for iOS 17 however it does not work.
use PHPicker to load most suitable picture, Uncooked, ProRaw in iOS 17? What sort of perform can I take advantage of?
b, load Video
I used LoadFileRepresentation perform to load video and duplicate file to temp listing. It really works as properly. However some HEVC code movies could not be loaded regardless that they have been saved in Pictures app and playable in Pictures app. HEVC code movies which was recorded by digital camera(with Excessive Environment friendly mode) works however some HEVC movies which was saved by third celebration apps, could not be loaded. However these movies have been saved in Pictures app and will play as properly. What’s the drawback? How can I import them with out drawback.
c, HEVC movies
HEVC movies which was recorded by digital camera could possibly be imported as properly utilizing LoadFileRepresentation perform, with none drawback in IOS 16. However it does not work for iOS 17. They’re acknowledged as Photographs. What’s the answer.
I am very pissed off in order that any thought can be useful to unravel the above issues.
I examined Apple pattern code to resolve the issue however it does not work for iOS 17.
Thanks.