Android Question Private Sign Key - Return Debug Value

dieterp

Active Member
Licensed User
Longtime User
I have an app that people have been downloading off my private server that uses the Debug (Default) Private Sign Key. I am going to launch the app on the Play Store shortly and have generated a separate Private Sign Key as required for that.

I still want to keep the app on the Private server though too, with slightly different functionality to the app that will go up on the Play Store. When the app is opened, is it possible to check in code if I am using the Debug Private Sign Key or the new one, whereby I would then enable certain features in the app if it was the Debug key?

Regards
 
Top