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
Hi,
on Android I'm not able to retrieve some metadata, which are available on iOS.
For example copyright info (I have added ExifInterface.TAG_COPYRIGHT to EXIF_ATTRIBUTES in Exif.java) is not available on Android, while it can be reached in response.exif['{IPTC}'].CopyrightNotice.
I know it's highly possible this problem is not connected with this library, but maybe someone is more common with ExifInterface and will have some solution.
The text was updated successfully, but these errors were encountered:
Hi,
on Android I'm not able to retrieve some metadata, which are available on iOS.
For example copyright info (I have added
ExifInterface.TAG_COPYRIGHT
toEXIF_ATTRIBUTES in Exif.java
) is not available on Android, while it can be reached inresponse.exif['{IPTC}'].CopyrightNotice
.I know it's highly possible this problem is not connected with this library, but maybe someone is more common with
ExifInterface
and will have some solution.The text was updated successfully, but these errors were encountered: