I need a reliable media picker that can return at a minimum the date a photo was taken for IOS.
Here's what I have tried:
MyMedia - Using the author's sample code it basically does nothing on 3.3.0. I call the code and there is no error, no nothing, just a blank screen
UrbanImageLibrary - I built the latest version I could find in GitHub. Again using the author's sample code, it works flawlessly on the simulator but makes my app go poof after loading 20 or some images on my test devices.
Is anyone pulling photos with exif reliably with 3.3.0 on an actual iphone?
Thanks