How to use Google Calendar API with my Android App? -
i want use google calender android application.
i read through documentation asks me use "signing certificate fingerprint sha1" application.
how can generate sha1 application release , debug versions eclipse adt.
does eclipse adt auto generate me? generate new 1 each time tried test application in emulator?
note: found relative question @ answers not answering question.
the process generating sha1 fingerprint same google services, can follow step step instructions for enabling api access in google api console, make sure enable google calendar api. you'll want register debug.keystore
file debug builds , signing keystore
file release.
note, if targeting ice cream sandwich (v14)+ devices, can use built in calendar provider, provides access device's calendars including google calendars current user.
Comments
Post a Comment