I have a build step setup to sign my APK file using:
/t:SignAndroidPackage
I then push to Hockey App for beta releases. The problem I'm having is that when the user downloads the new APK and chooses to update on their phone, I receive the "App not Installed" error.
After researching I feel it's some how related to this:
'App not Installed' Error on Android
However I'm not sure how exactly to change my build process so it's always signing with the same certificate (if that is my issue).
What do I need to do?