Do I need to hide my Flurry API key in my open source app?
- by Bryan Denny
I have an open source Android app which I am planning on adding Flurry tracking to. Flurry creates a unique API key for your app's tracking.
Do I need to try and hide this API key in my source code (i.e. not include it and I would add it every time I build for release) or just not worry about it?