Wednesday, 11 June 2014

Google map api get key procedure while uploading app to play store live

While uploading app to play store live. that time, we need to follow this procedure and get Google Map API key.
Because, normal, app running in testing purpose, we will get the key from eclipse itlself.
via : eclipse->windows->preference->android->Build-> then copy the SHA1 fingerprint 5A:BF:99:54:E3:F0:D2:20:6A:58:0B:16:0C:0B:52:62:B6:5F:9D:4F

D:\Program Files\Java\jdk1.6.0\bin>keytool -list -v -keystore "C:\Users\trainee\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

Alias name: androiddebugkey
Creation date: Aug 21, 2012
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=Android Debug, O=Android, C=US
Issuer: CN=Android Debug, O=Android, C=US
Serial number: 50337779
Valid from: Tue Aug 21 17:26:41 IST 2012 until: Thu Aug 14 17:26:41 IST 2042
Certificate fingerprints:
         MD5:  5A:88:23:FC:2D:BC:4F:E5:BE:7F:16:91:BC:98:1C:F0
         SHA1: 5A:BF:99:54:E3:F0:D2:20:6A:58:0B:16:0C:0B:52:62:B6:5F:9D:4F
         Signature algorithm name: SHA1withRSA
         Version: 3

D:\Program Files\Java\jdk1.6.0\bin>

No comments:

Post a Comment