[android-developers] Inapp Billing: Security best practices

2011-09-13 Thread androidmediadeveloper
We are integrating with market to provide inapp billing on our app. The implementation guide says for additional security, we can use a server to do the key verification process. This is so we dont bake the apk with the public key I suppose. Having a server side presence for us for right now is

Re: [android-developers] Inapp Billing: Security best practices

2011-09-13 Thread Nikolay Elenkov
On Wed, Sep 14, 2011 at 12:56 AM, androidmediadeveloper kamathaj...@gmail.com wrote: We are integrating with market to provide inapp billing on our app. The implementation guide says for additional security, we can use a server to do the key verification process. This is so we dont bake the