As the title explains, I would like to know if there's a way (code) to know that the produced app (.apk) is signed with a Debug certificate or Export certificate? I would like to check this inside my app so that i can enable/disable some features depending on the type of certificate.
I wonder how Google verifies this information at the time when we upload an app in Market through Developer Console?
any suggestion/code would be appreciated.