Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogleMaps iOS SDK 1.5 won't load
    primarykey
    data
    text
    <p>So I've started investigating using GoogleMaps iOS SDK.</p> <p>I followed the instructions:</p> <ul> <li>Enabled the Google Maps SDK for iOS in the console</li> <li>Setup an API key and added the Bundle ID (I used the demo Project Google Supplies)</li> <li>Updated the constant 'kAPIKey'the the key in my Project</li> </ul> <p>I run the app and I get the following</p> <blockquote> <p>2013-11-18 11:24:59.155 SDKDemos[7073:c07] ClientParametersRequest failed, 3 attempts remaining (0 vs 5). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x8c4b0e0 {data={length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}</p> <p>2013-11-18 11:24:59.233 SDKDemos[7073:6403] Google Maps SDK for iOS version: 1.5.0.5445 ...</p> <p>2013-11-18 11:25:11.836 SDKDemos[7073:c07] 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=0x8c1a9b0 {data={length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}</p> <p>2013-11-18 11:25:11.836 SDKDemos[7073:c07] Your key may be invalid for your bundle ID: com.example.SDKDemos</p> </blockquote> <p>Here is an image from the API Console to show I have bundleID entered correctly <img src="https://i.stack.imgur.com/9zMOd.png" alt="Console Image"></p> <p>XCode 5.0 iOS SDK 7.0</p> <p>So it seems I am missing something fairly fundamental here or there is a time I have to wait until my API key is actually activated</p> <p><strong>Update:</strong> Map is now rendering but the ClientParametersRequest failed errors are still being reported</p> <p><strong>Update2 :</strong> Added Image showing example <img src="https://i.stack.imgur.com/0IJTC.jpg" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload