How to check the validation of Google maps android API v1 key -


i developed maps application using android google maps api v1 year ago. used debug key testing , worked.

1) question how long api key works? there way check that?  2) application crash due if key expires?  3) saw google maps api v1 depreciated , no longer keys generated.  code developed in v1 work if key still valid? 

thanks

how long api key works?

until google discontinues support maps v1. there no published timetable this. however, i'd move maps v2 or other alternative soonish.

does application crash due if key expires?

the api key not "expire" until underlying signing key does. if reason happen before maps v1 shut down, have no idea happen.

so code developed in v1 work if key still valid?

yes, until google discontinues support maps v1.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -