How can I use the paid version of my app as a "key" to the free version?
        Posted  
        
            by Bryan Denny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bryan Denny
        
        
        
        Published on 2010-06-17T15:13:17Z
        Indexed on 
            2010/06/17
            16:13 UTC
        
        
        Read the original article
        Hit count: 391
        
Let's say for example that I have some Android app that does X. The free version has ads or basic features. I want to have a paid version that removes the ads and adds extra features.
How can I use the paid app as a "license key" to unlock the features in the free app?
So the user would install the free app, then install the paid app to get the extra features, but they would still run the free app (which would now be unlocked). What's the best approach to doing this?
© Stack Overflow or respective owner