Recently we provided an update to an BB ported application(Android) which is already there in blackberry world. This time we added few more permission in Android application manifest and BB application was signed from a different computer. When users tried to upgrade, they see permission screen(list all the access required for the application), with accept/decline option. When accepted, it shows "Initializing, please wait.." and then simply closes the application.App works fine when users do a fresh install.I tried to do an upgrade in my simulator and it fails with error code -104(which I presume is "INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES" from this link). Is it a problem if we sign the application from different computers? I also came across this link which says it might be a bug.
We cannot afford to do reinstall as users may lose some critical data.Please help me to resolve this issue.