简体   繁体   English

Cordova iOs Google Maps Map在Appstore上为空白

[英]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 ). 我已经使用cordova和google maps Plugova for Cordova( https://github.com/wf9a5m75/phonegap-googlemaps-plugin )创建了一个iPhone应用程序。 I entered the API Key for Ios and on the Emulator it works great. 我输入了Ios的API密钥,并在模拟器上运行良好。 Also when i test it on my iPhone it works. 另外,当我在iPhone上测试它时,它也可以工作。 So i submitted the app to the AppStore and after it gets reviewed i downloaded it from the Appstore but the Map is blank. 因此,我将应用程序提交给了AppStore,并在对其进行审核后,从Appstore下载了该应用程序,但地图为空白。 There are no Control Elements like when the API Key is wrong. 没有像API密钥错误时那样的控制元素。 Now my question is what i should do now? 现在我的问题是我现在应该做什么?

I tried: 我试过了:

<access origin="*" />
  • Changing Bundle Identifier 更改捆绑包标识符
  • Check API Key 检查API密钥
  • Take the IPA and installed it manually on a iPhone/iPad (the Map works) 取得IPA并将其手动安装在iPhone / iPad上(地图可用)

So i think the Probleme must came from Apple or do i see that wrong? 因此,我认为Probleme一定是来自Apple的,还是我看错了?

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. phonegap-googlemaps-plugin不受<access origin="*" />的约束,因为iOS版Google Maps SDK可直接连接到互联网。

Typically the bundle identifier and the API key are mismatch. 通常,捆绑包标识符和API密钥不匹配。 Google Maps iOS SDK Integration not loading maps Google Maps iOS SDK集成未加载地图

Is there any error message in Xcode? Xcode中是否有任何错误消息?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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