Hi
We got the verisign certificate and signed the JAR File.
How to find the difference between signed and unsigned JAR File?
Note:Still we are getting the Warning prompts
Hi
We got the verisign certificate and signed the JAR File.
How to find the difference between signed and unsigned JAR File?
Note:Still we are getting the Warning prompts
Signing the JAR file does not get you rid of the Warnings for all cases, it just makes your app trusted.
Check the application details after installation of the app; it should show you the certificate.
In case of installing a unsigned app on the device you get a warning - that app is untrusted, but after signing this warning goes off.
For other warnings like user data or file access or SMS, to need to set the permission of the app to ask only once for these - which is only possible now for this app- which is signing and in trusted domain.
senthil_25, does this help?