Friday, 23 August 2013

Confirm APK identity with keystore

Confirm APK identity with keystore

I am building an Android application that communicates with an online
webservice. I plan on releasing the application's source code on GitHub.
For my production version, which will utilize my personal webservice I
want to allow only my digitally signed apk to connect.
Is is possible to request the APK's keystore and confirm the
username/password from that keystore?
If this is not possible how else can I produce this functionality?

No comments:

Post a Comment