Xamarin.iOS share extension for video files -
i've implemented share extension project , there seems issue video files. when use itemprovider.loaditem function object.
the extension works fine files conform to:
uttype.audio , uttype.image
when share videos, check if file conforms to:
attachment.hasitemconformingto (uttype.movie)
i've logged videos exact type signings using insights:
com.apple.quicktime-movie (gallery) , public.video (imovie)
i've modified exact type use in itemprovider.loaditem match 1 recorded insights
then end result nsobject comes null nserror set following: no item available requested type identifier.
has else run issue? doing wrong?
Comments
Post a Comment