Hello,
I am working on my very first app and thought of keeping it simple. I am just going to collect some data using readily available API and will display it on the app for user. Whichever API's I have been through, I noticed that the API owner will ask you to register and after registration you get an API key. The documentation of API says to use the API key along with the request.
When you release the app to the app store, do you hard code your personal API key in the code? Sorry if this sounds a dumb question, but wasn't sure if there are any safety issues in sharing with the API key you receive after registration.
I am working on my very first app and thought of keeping it simple. I am just going to collect some data using readily available API and will display it on the app for user. Whichever API's I have been through, I noticed that the API owner will ask you to register and after registration you get an API key. The documentation of API says to use the API key along with the request.
When you release the app to the app store, do you hard code your personal API key in the code? Sorry if this sounds a dumb question, but wasn't sure if there are any safety issues in sharing with the API key you receive after registration.