iphone - Google Map IOS sdk Error -


i downloaded google map ios sdk , crated project https://console.developers.google.com , created api key.

also added bundle identifier of demo app in sdk.

but everytime running app getting error.

google maps sdk ios (m4b) cannot connect or validate apikey: error domain=com.google.httpstatus code=400 "the operation couldn’t completed. (com.google.httpstatus error 400.)" userinfo=0x15f04e00 {data={length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}

your key may invalid bundle id

i created key multiple times , checked bundle identifier correct. not able figure out doing wrong.

please let me know if 1 can regarding this.

regards, arvinder

make sure have generated key ios app in developer console in line

[gmsservices provideapikey:@"<insert api key here>"]; 

the error seems complain having invalid key might case directly trying run demo code have downloaded. example code not contain valid keys can misused else or exhaust original authors api-call limits.

also make sure have entered/authorized current app's bundle id use api key when have generated in google developer console.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -