If I give source code of Android app to client and only client have google map api key.Where is the good place put api-key in android studio to fetch api-key which I don't know?Also Jenkins can build this project without local.properties.(API-Key not put in local.properties)
Asked
Active
Viewed 533 times
0
-
2Does this answer your question? [Is there a safe way to manage API keys?](https://stackoverflow.com/questions/33134031/is-there-a-safe-way-to-manage-api-keys) – a_local_nobody Feb 25 '22 at 07:13
-
@a_local_nobody Client can't modify android app file. So I think your link not the answer but thank you. – Squall Huang Feb 25 '22 at 07:27
-
Can't your client edit the XML file as suggested there? – Ryan M Feb 25 '22 at 22:40