I am completely new to the Android Play store. I am working on an application that is almost complete and ready for publication.
But I notice that you can copy the apk file (after purchase) to another place (for example, an SD card) and install it on another device. I want to avoid this.
My questions:
- Does the Google Play store store an apk file with a unique identifier before downloading? If true, can I read / get this code from the APK?
- Is it possible to find out the email address of the user who purchased the application, or can I access some other details of the user?
- Is it possible to get a unique part of the device?
- Is there any other solution to protect apk copy?
I want to create a registration method that binds the device to the application, so when the user tried to copy the application, it cannot be used. Is it possible?
If you have any questions, let me know.
PS: I used Adobe Flash Builder to create the application.
source
share