Study/Java, Android

[링크스크랩] Manage (or Hide) Api Key / 안드로이드 API 키 관리

BlueBright 2019. 6. 13. 11:27

 

아래 링크에서는 home 디렉토리에 있는 gradle 파일에 Key를 이용하는 방법을 설명하고 있다.

 

https://medium.com/code-better/hiding-api-keys-from-your-android-repository-b23f5598b906

 

Hiding API keys from your Android repository

Tiny guide to help you avoid leaking your API keys to public through project repository

medium.com

 

 

아래 링크에서는 각 Flavor 마다 API 를 관리할 것인지에 대해 설명하고 있다.

 

https://medium.com/@enriqueramrezmanzaneda/managing-api-keys-in-android-builds-ddf56bb3b5a5

 

Managing api keys in Android builds

I find very important to differentiate between what belongs to codebase and what to configuration. In back-end development it seems more…

medium.com