I am trying to get my Google Maps to display on my app, but it is not working and this error appears:
01-25 11:38:54.763: E/Google Maps Android API(30514): Authorization failure.
I am currently using the SHA1 certificate fingerprint from the release certificate that was used to publish my app on the appstore.
Edit: I have also switched on the Google Map Android API v2 on the API Console.
I've read from the comments from here that "Signature Algorithm MUST be SHA1withRSA and NOT SHA256withRSA". However, I created the release certificate from Eclipse and it is SHA256withRSA, and I didn't do any settings to it. I can't seem to change it either.
Can someone enlighten me if the signature algorithm is causing the problem? If so, how should I be changing the signature algorithm on eclipse?