Status Update
Comments
sa...@gmail.com <sa...@gmail.com> #2
Thanks for filing the request!
This is actually a known issue - the EXIF metadata should be retained for photos and videos. I'll change this over to a 'bug' and will post here as soon as we have any updates.
This is actually a known issue - the EXIF metadata should be retained for photos and videos. I'll change this over to a 'bug' and will post here as soon as we have any updates.
ge...@gmail.com <ge...@gmail.com> #4
We have just released a new version of the Google Photos Library API that now supports this feature.
You can now use the "d" base URL parameter to download the original image that contains most EXIF metadata. See the base URL parameter guide for more details:https://developers.google.com/photos/library/guides/access-media-items#image-base-urls
Thanks for your patience!
(Videos are a different issue that is somewhat related tohttps://issuetracker.google.com/80149160 . I'll close this one for now as it seems to address your use case around photos, but please file a feature request outlining your use case for videos.)
See our release notes for further detail:https://developers.google.com/photos/library/support/release-notes#2018-07-31
You can now use the "d" base URL parameter to download the original image that contains most EXIF metadata. See the base URL parameter guide for more details:
Thanks for your patience!
(Videos are a different issue that is somewhat related to
See our release notes for further detail:
Description
What is the incorrect behavior that you are experiencing? App is continuously crashing
Link to the Demo application[1] that reproduces the problem:https://apps.apple.com/us/app/uconnect/id1229236724
Steps to reproduce the problem: Crashed: NSManagedObjectContext 0x2800da760 0 libsystem_malloc.dylib 0x1abf6449c nanov2_allocate_from_block.cold.1 + 40 1 libsystem_malloc.dylib 0x1abf53ce0 nanov2_find_block_and_allocate + 558 2 libsystem_malloc.dylib 0x1abf52df4 nanov2_allocate + 128 3 libsystem_malloc.dylib 0x1abf52d1c nanov2_malloc + 64 4 libsystem_malloc.dylib 0x1abf57360 malloc_zone_malloc + 164 5 libsystem_malloc.dylib 0x1abf57e00 malloc + 32 6 libobjc.A.dylib 0x1abf95a0c __sel_registerName(char const*, bool, bool) + 260 7 Foundation 0x1ac6167e0 NSKeyValueMethodForPattern + 208 8 Foundation 0x1ac52eabc +[NSObject(NSKeyValueCodingPrivate) _createValueGetterWithContainerClassID:key:] + 680 9 CoreData 0x1b0d5dabc _resolveForSelectorAndType + 284 10 CoreData 0x1b0c5da40 -[NSManagedObject valueForKey:] + 152 11 Foundation 0x1ac625734 NSKeyValueWillChangeBySetting + 72 12 Foundation 0x1ac627d70 NSKeyValueWillChange + 344 13 Foundation 0x1ac625668 NSKeyValueWillChangeWithPerThreadPendingNotifications + 460 14 CoreData 0x1b0d73f88 _sharedIMPL_setvfk_core + 164 15 Uconnect_AppStore 0x1045b22d0 __72-[GMSObjectDataCache storeObjectNamesAndData:version:completionHandler:]_block_invoke.122 + 245860 16 CoreFoundation 0x1ac2bc800 NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK + 24 17 CoreFoundation 0x1ac147674 -[__NSSingleEntryDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:] + 100 18 Uconnect_AppStore 0x1045b1eb4 __72-[GMSObjectDataCache storeObjectNamesAndData:version:completionHandler:]_block_invoke.115 + 244808 19 CoreData 0x1b0d7c4fc developerSubmittedBlockToNSManagedObjectContextPerform + 164 20 libdispatch.dylib 0x1abf0c33c _dispatch_client_callout + 20 21 libdispatch.dylib 0x1abf1285c _dispatch_lane_serial_drain + 568 22 libdispatch.dylib 0x1abf13290 _dispatch_lane_invoke + 400 23 libdispatch.dylib 0x1abf1c928 _dispatch_workloop_worker_thread + 584 24 libsystem_pthread.dylib 0x1abf73714 _pthread_wqthread + 276 25 libsystem_pthread.dylib 0x1abf799c8 start_wqthread + 8
Operating system version: Orientation: Portrait RAM free: 332.81 MB Disk free: 172.21 GB Operating System Version: 13.4.0 (17E255) Orientation: Portrait Jailbroken: No Crash Date: Apr 23, 2020, 4:19:00 PM App version: 3.4.5 (9)
Google Maps SDK for iOS version: 3.1.0 Hardware model: Model: iPhone 11 Pro
[1] You can forkhttps://github.com/googlemaps/maps-sdk-for-ios-samples.git and modify it until it demonstrates the issue