I have an application that end-user can input his own google map key and show map. I have proper way to check if key isn't empty, but my problem is to check if map key is valid before showing the map.
I assume that user can input wrong key, like valid google key but for another app.
Is there any way to detect that?
I know that some people check for proper log in logcat but I don't think it's the best way.
Any help will be appreciated.
Thanks