iphone - Google Maps iOS SDK Integration not loading maps -


i using google maps ios sdk in iphone application. showing place mark on map , working fine in iphone device using apple developer account certificates. when sent build testing team using different enterprise apple developer account certificates(enterprise account), maps not loading up, shows place mark on blank screen maps loading up.

i have tried on iphone devices enterprise apple developer account, , not loading map(just pin on blank screen). own apple developer account certificates, working absolutely fine.

i assuming problem in enterprise apple developer account(might have change settings on apple developer account app id). not able find out solution this.

can me out on this? if need more information on , please ask me in comment.

thanks in advance!

typically happen if don't have app bundle id added google apis console. bundle id (eg., com.myname.appname) google uses verify app allowed use api key. if you've moved app 1 developer account another, you've changed bundle id in process. fortunately, google allows associate multiple bundle ids single api key.

to add new bundle id:

  • verify bundle id using in xcode (select target , under summary)
  • login https://code.google.com/apis/console/
  • select "api access" on left column
  • select "edit allowed ios apps" under "key ios apps" section
  • add bundle id used in enterprise build

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -