I'm using a REST API for getting currency exchange rates, and it works very well. The problem I ran into is that Apple rejects my app due to missing purpose string regards location from third party API.
The API I use is the following: https://github.com/exchangeratesapi/exchangeratesapi, and I can't find anything about accessing sensitive data such as location, and therefore I wonder what I am missing?
Also, since I do not find anything about accessing location data, what should I write in the purpose string?
Best regards, Rusben