From the Developer's Dashboard, when you click on Services & APIs, it has a License Key there.
Does anybody know how I use that key to, "... prevent unauthorized distribution of my app"?
I have looked up RSA on this forum and can't find anything about how this key might protect my App from being stolen?
They say, "Your application stores the public key in its compiled .apk file and uses it to verify the licensing status response."
How and where do I put that key? Is that already what I did when I went to Tools->Private Sign Key and created the KeyStore so I could put the App in the Google Play Store in the first place?
Might they just be showing me the code which was generated when I created the KeyStore that, "I must never lose"? The one which 'signs' each App on the Google Play Store? (Probably not what they call it).
Can that be used to ensure that the .apk file (which is easy to find if you are rooted) of your project isn't just transferred to another person's phone and installed?
Does anybody know how I use that key to, "... prevent unauthorized distribution of my app"?
I have looked up RSA on this forum and can't find anything about how this key might protect my App from being stolen?
They say, "Your application stores the public key in its compiled .apk file and uses it to verify the licensing status response."
How and where do I put that key? Is that already what I did when I went to Tools->Private Sign Key and created the KeyStore so I could put the App in the Google Play Store in the first place?
Might they just be showing me the code which was generated when I created the KeyStore that, "I must never lose"? The one which 'signs' each App on the Google Play Store? (Probably not what they call it).
Can that be used to ensure that the .apk file (which is easy to find if you are rooted) of your project isn't just transferred to another person's phone and installed?