I am trying to add metadata to a jpeg image, not using the metadata dictionary clause in iOS, but using some kind of tool that adds metadata as a header to the jpeg file.
Some problems: "Make" and "Artist" are not displayed on Mac / Windows if the length of the value is less than 5 characters. The height reference does not appear on Mac. The User Comment field does not appear on the Mac, but appears on Windows.
The problem is that all of these values ββare displayed if I check the online parser (regex.info/exif.cgi)
The question is, what does iOS expect Exif information to be in a specific format? If so, what is it?
Edit: Even the altitude and longitude values ββare incorrect. Lat comes as 0 0 '0 ", and longitude is x 0' 0", where x is the value for the clock I set.
If I use the ususal method to save metadata in iOS, I pass the decimal value for lat and long, but in this tool I go through several minutes and seconds separately.
source share