Download problems. Users are receiving errror mess "package not signed correctly"?

I made changes. I’ve unmarked copy protection in the Developers Console as suggested and my users are still receiving an error message while the app is installing. At about 80-95% downloaded it spits an error message “package not signed correctly”. I’ve published several “NEW” test applications and I know the apk is signed correctly. I carefully created a new keystore. Changed the name of the package and I’m receiving the same error from my users. I’m doing something wrong ? Does anybody have any ideas? thanx

Please look at my manifest. Posted earlier. Is this a possible problem.?
Am I missing something in the script that would cause this error message? thanx


Are your users receiving this error when downloading from the market? I’ve had a similar problem in the past when emailing APKs to users. There is some issue that can occur when an APK is an attachment on an email - in that case, save the APK somewhere like Dropbox and provide a link instead of using an attachment.

Is this a brand new Market app or are you upgrading an existing app?

I’m not sure how things are now, but in the past, users would get this message if your new key didn’t match the previous key.

You can also verify the apk by running jarsigner. You may have to modify the path below to match your install folder for jarsigner.

“C:\Program Files\Java\jdk1.5.0_22\bin\jarsigner.exe” -verify -verbose -certs yourapp.apk

I found the problem from another string. I was using JDK 1.7. I uninstalled it and downgraded to 1.6. It works perfectly. thanx guys!

I thought they supposed to have fixed that with Unity 3.5