Do I need to hide my Flurry API key in my open source app?
        Posted  
        
            by Bryan Denny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bryan Denny
        
        
        
        Published on 2010-06-03T16:23:44Z
        Indexed on 
            2010/06/03
            20:04 UTC
        
        
        Read the original article
        Hit count: 357
        
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?
© Stack Overflow or respective owner