简体   繁体   中英

Cordova iOs Google Maps map Blank on Appstore

i have created an iPhone App with cordova and the google maps Plugin for Cordova ( https://github.com/wf9a5m75/phonegap-googlemaps-plugin ). I entered the API Key for Ios and on the Emulator it works great. Also when i test it on my iPhone it works. So i submitted the app to the AppStore and after it gets reviewed i downloaded it from the Appstore but the Map is blank. There are no Control Elements like when the API Key is wrong. Now my question is what i should do now?

I tried:

<access origin="*" />
  • Changing Bundle Identifier
  • Check API Key
  • Take the IPA and installed it manually on a iPhone/iPad (the Map works)

So i think the Probleme must came from Apple or do i see that wrong?

Thanks in advance

The phonegap-googlemaps-plugin is not subjected by <access origin="*" /> , because the Google Maps SDK for iOS connects to the internet directly.

Typically the bundle identifier and the API key are mismatch. Google Maps iOS SDK Integration not loading maps

Is there any error message in Xcode?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM