0

I recently developed an app based on google maps API v2, Before publishing i checked my app on my device and emulator it worked fine, but after publishing , (when downloading through google play) map does not load ,i see white space not map..

I am preety confused here. Please guide me to solve this problem.

Thanks

4

2 に答える 2

0

それはまったく正常な動作ではありません。「Map API キーは、ユーザーやアプリケーションではなく、特定の証明書/パッケージのペアにリンクされています。」 https://developers.google.com/maps/documentation/android/start#the_google_maps_api_key

署名証明書の API キーを取得し、マニフェストに入れる必要があります。

于 2013-08-05T10:33:38.423 に答える