Is there an existing issue for this?
Describe the problem
I’m currently integrating the Unsplash API into an Android app and I’m concerned about securing the API key inside the APK.
Right now, storing the key in the client feels unsafe. It’s quite easy to intercept traffic using tools like firda extract the API key from network requests.
I’d like to understand how you approach API key security in production apps:
Describe the solution
I did not find any safe way
Additional context
No response
Code of Conduct