Generating Google map Release API Key

后端 未结 6 2128
囚心锁ツ
囚心锁ツ 2020-11-28 07:55

My app uses Google Maps, I signed up for a Google Maps key to debug, it worked. But now, I need a Google Maps key in release mode, before publishing. How can I get it?

6条回答
  •  难免孤独
    2020-11-28 08:11

    Debug key will not work for the release build. Pls go through the info mentioned about generating key in this official page. Moreover, you can add the SHA1 for both your release and debug build, if you want to use a single key for both debugging and release purposes.

提交回复
热议问题