I’m want to develop a mobile app using Swift, with a backend built in .NET. The theme of my app is travel, and I aim to provide users with suggested itineraries for various destinations, along with other related features.
To achieve this, I plan to use a public API, such as the Google Places API, to retrieve information about tourist attractions.
I’m seeking advice on the best practice for integrating the Google Places API. Should the API calls be handled in the backend (.NET) or directly in the frontend (Swift)?
Thank you!
P.S.: If you have some more suggestions for me on this topic, I read with pleasure
Jane Doe is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.