次のようなドメインをホワイトリストに登録せずに、PhoneGapアプリケーションでGoogle Maps APIを使用する方法はありますか?
<key>ExternalHosts</key>
<array>
<string>maps.google.com</string>
<string>maps.gstatic.com</string>
<string>maps.googleapis.com</string>
</array>
次のようなドメインをホワイトリストに登録せずに、PhoneGapアプリケーションでGoogle Maps APIを使用する方法はありますか?
<key>ExternalHosts</key>
<array>
<string>maps.google.com</string>
<string>maps.gstatic.com</string>
<string>maps.googleapis.com</string>
</array>