iOS Question Problem with igooglemaps

oscarsarrio

Member
Licensed User
Longtime User
I followed the steps in the installation of google maps:

-I have the new key for google to Ios: Key for iOS apps: AIzaXXXXXX-kyfKuXXXXXXX
-I've pasted GoogleMaps.framework to the libs Folder of my local server.
-I've changed the name of the package I put it the same of google api

All the changes I've made on igoogle demo app and the problem
I have is when you start the app are generated marks, the compass, the
position and even the logo of google but where I get the map to appear in
white ....

Any ideas ??? ... Thanks a lot
 

oscarsarrio

Member
Licensed User
Longtime User
If I'm actually modifying the sample program tutorial, so the folder is already where it should be. Or so I think .. Greetings
 
Upvote 0

oscarsarrio

Member
Licensed User
Longtime User
Copying updated assets files (2)
Application_Start
Application_Active
Application_Inactive
ClientParametersRequest failed, 3 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x156ea1e0 {data=<CFData 0x1558f0d0 [0x35f31700]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
ClientParametersRequest failed, 2 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x156e88b0 {data=<CFData 0x156ea4d0 [0x35f31700]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
Application_Active
ClientParametersRequest failed, 1 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x156ecb40 {data=<CFData 0x15565920 [0x35f31700]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
ClientParametersRequest failed, 0 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x15564c50 {data=<CFData 0x15669ec0 [0x35f31700]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
Google Maps SDK for iOS cannot connect or validate APIKey: Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x15564c50 {data=<CFData 0x15669ec0 [0x35f31700]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
Your key may be invalid for your bundle ID: com.laxxx.murxxx

Problems whith key??? (see photo) .... Thanks
 

Attachments

  • Sin título.png
    Sin título.png
    10.6 KB · Views: 260
Last edited:
Upvote 0
Top