cloudacy / native_exif

A simple EXIF metadata reader/writer for Flutter.
MIT License
16 stars 14 forks source link

native_exif package does not retrieve latitude and longitude information on iOS #38

Closed Alecia1997 closed 1 week ago

Alecia1997 commented 1 week ago

Package Version: 0.6.0 Flutter Version: Flutter 3.24.3 channel stable Platform: iOS

We are encountering an issue where the native_exif package fails to retrieve the latitude and longitude (location data) from images on iOS. While the package works as expected on Android, it does not return the correct location data on iOS devices, even when the EXIF metadata is present in the image.

Please note location and image picking permissions have been allowed.

Expected Behavior: The package should return the correct latitude and longitude information stored in the image's EXIF metadata on iOS, similar to its behavior on Android.

Actual Behavior: The latitude and longitude information is not retrieved, and the response is either null or incorrect on iOS, while working fine on Android.

Alecia1997 commented 1 week ago

Package is working as expected. Our code had a bug.