You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
When selecting and sending an image, I'm finding that I'm unable to load the selected image (into NSData). The dict returned by the UIImagePIcker contains all the expected keys/values, but using [NSData dataWithContentsOfFile:imageLocalURL.path]; only results in nil.
I've added the plist value to access the photo library: NSPhotoLibraryUsageDescription
Does this image picker code need to be updated to use PhotoKit?
I am seeing this issue as well. I would love to see a fix for this. In the meantime I will have to override this in a custom toolbar as a work around. Let you know how that goes.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
When selecting and sending an image, I'm finding that I'm unable to load the selected image (into NSData). The dict returned by the UIImagePIcker contains all the expected keys/values, but using
[NSData dataWithContentsOfFile:imageLocalURL.path];
only results in nil.I've added the plist value to access the photo library:
NSPhotoLibraryUsageDescription
Does this image picker code need to be updated to use PhotoKit?
The text was updated successfully, but these errors were encountered: