google maps not working on release even with release SHA1Google Maps Android API v2 Authorization failureLogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are includedGoogle maps v2 android api key working only with debug keyAndroid SHA1 release keystore not working with Google MapsHow to get the SHA-1 fingerprint certificate in Android Studio for debug mode?Google Maps are not showing in signed apkGoogle Maps API warning: NoApiKeysSHA1 for google map release key is showing some encrypted textgoogle map flutter pluginFlutter: Google Map Plugin how to draw a line between two coordinates inside map
Who created the Lightning Web Component?
How to ask a man to not take up more than one seat on public transport while avoiding conflict?
What can a pilot do if an air traffic controller is incapacitated?
Can the U.S. president make military decisions without consulting anyone?
Examples of "unsuccessful" theories with afterlives
What is the need of methods like GET and POST in the HTTP protocol?
How do I deal with too many NPCs in my campaign?
Would Taiwan and China's dispute be solved if Taiwan gave up being the Republic of China?
Will Proving or Disproving of any of the following have effects on Chemistry in general?
Is it impolite to ask for halal food when traveling to and in Thailand?
Was there a trial by combat between a man and a dog in medieval France?
Could Apollo astronauts see city lights from the moon?
How to draw this figure using Tikz?
What do you do if you have developments on your paper during the long peer review process?
I reverse the source code, you negate the output!
Why are there two fundamental laws of logic?
Social leper versus social leopard
Worms crawling under skin
What is the meaning of "heutig" in this sentence?
Counting most common combination of values in dataframe column
Which museums have artworks of all four Ninja Turtles' namesakes?
Do things made of adamantine rust?
Is it more effective to add yeast before or after kneading?
How to make interviewee comfortable interviewing in lounge chairs
google maps not working on release even with release SHA1
Google Maps Android API v2 Authorization failureLogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are includedGoogle maps v2 android api key working only with debug keyAndroid SHA1 release keystore not working with Google MapsHow to get the SHA-1 fingerprint certificate in Android Studio for debug mode?Google Maps are not showing in signed apkGoogle Maps API warning: NoApiKeysSHA1 for google map release key is showing some encrypted textgoogle map flutter pluginFlutter: Google Map Plugin how to draw a line between two coordinates inside map
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
i'm using the google maps plugin for flutter
https://pub.dartlang.org/packages/google_maps_flutter
debug mode works fine but in release the map is not showing and nothing is crashing.
i added the SHA1 of the release key to the api console and updated the api key and still the same thing!
google-maps dart flutter
add a comment
|
i'm using the google maps plugin for flutter
https://pub.dartlang.org/packages/google_maps_flutter
debug mode works fine but in release the map is not showing and nothing is crashing.
i added the SHA1 of the release key to the api console and updated the api key and still the same thing!
google-maps dart flutter
add a comment
|
i'm using the google maps plugin for flutter
https://pub.dartlang.org/packages/google_maps_flutter
debug mode works fine but in release the map is not showing and nothing is crashing.
i added the SHA1 of the release key to the api console and updated the api key and still the same thing!
google-maps dart flutter
i'm using the google maps plugin for flutter
https://pub.dartlang.org/packages/google_maps_flutter
debug mode works fine but in release the map is not showing and nothing is crashing.
i added the SHA1 of the release key to the api console and updated the api key and still the same thing!
google-maps dart flutter
google-maps dart flutter
asked Mar 28 at 16:11
Amr AhmedAmr Ahmed
297 bronze badges
297 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Is the map not working after uploading the app to the Play Store? Or just testing the Release APK?
If the issue only happens when testing the Release APK locally (whether on an emulator or local device), you want to make sure you get the SHA1 fingerprint of the release certificate, as this is a different SHA1 fingerprint that Android Studio uses in Debug mode.
You can find the SHA1 you need to use by running the keytool command[1] on your keystore and key alias:
keytool -list -v -keystore your_keystore_name -alias your_alias_name
***As a note, you can also add multiple Package Name + SHA1 restrictions to a single API Key, so you should have one for your debug certificate and one for your release certificate added in the Cloud Console.
[1] https://developers.google.com/maps/documentation/android-sdk/signup#release-cert
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55402270%2fgoogle-maps-not-working-on-release-even-with-release-sha1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is the map not working after uploading the app to the Play Store? Or just testing the Release APK?
If the issue only happens when testing the Release APK locally (whether on an emulator or local device), you want to make sure you get the SHA1 fingerprint of the release certificate, as this is a different SHA1 fingerprint that Android Studio uses in Debug mode.
You can find the SHA1 you need to use by running the keytool command[1] on your keystore and key alias:
keytool -list -v -keystore your_keystore_name -alias your_alias_name
***As a note, you can also add multiple Package Name + SHA1 restrictions to a single API Key, so you should have one for your debug certificate and one for your release certificate added in the Cloud Console.
[1] https://developers.google.com/maps/documentation/android-sdk/signup#release-cert
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
add a comment
|
Is the map not working after uploading the app to the Play Store? Or just testing the Release APK?
If the issue only happens when testing the Release APK locally (whether on an emulator or local device), you want to make sure you get the SHA1 fingerprint of the release certificate, as this is a different SHA1 fingerprint that Android Studio uses in Debug mode.
You can find the SHA1 you need to use by running the keytool command[1] on your keystore and key alias:
keytool -list -v -keystore your_keystore_name -alias your_alias_name
***As a note, you can also add multiple Package Name + SHA1 restrictions to a single API Key, so you should have one for your debug certificate and one for your release certificate added in the Cloud Console.
[1] https://developers.google.com/maps/documentation/android-sdk/signup#release-cert
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
add a comment
|
Is the map not working after uploading the app to the Play Store? Or just testing the Release APK?
If the issue only happens when testing the Release APK locally (whether on an emulator or local device), you want to make sure you get the SHA1 fingerprint of the release certificate, as this is a different SHA1 fingerprint that Android Studio uses in Debug mode.
You can find the SHA1 you need to use by running the keytool command[1] on your keystore and key alias:
keytool -list -v -keystore your_keystore_name -alias your_alias_name
***As a note, you can also add multiple Package Name + SHA1 restrictions to a single API Key, so you should have one for your debug certificate and one for your release certificate added in the Cloud Console.
[1] https://developers.google.com/maps/documentation/android-sdk/signup#release-cert
Is the map not working after uploading the app to the Play Store? Or just testing the Release APK?
If the issue only happens when testing the Release APK locally (whether on an emulator or local device), you want to make sure you get the SHA1 fingerprint of the release certificate, as this is a different SHA1 fingerprint that Android Studio uses in Debug mode.
You can find the SHA1 you need to use by running the keytool command[1] on your keystore and key alias:
keytool -list -v -keystore your_keystore_name -alias your_alias_name
***As a note, you can also add multiple Package Name + SHA1 restrictions to a single API Key, so you should have one for your debug certificate and one for your release certificate added in the Cloud Console.
[1] https://developers.google.com/maps/documentation/android-sdk/signup#release-cert
answered Apr 9 at 22:40
Adam KuehlingAdam Kuehling
1
1
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
add a comment
|
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
i checked the SHA1 data and it's all ok.. the problem is the map is working on some devices on some not so i figured out that the issue here is the play services i think, and i want to check in my app is the map going to work or not to put some alternative screens
– Amr Ahmed
Apr 11 at 19:39
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
That certainly is possible! You may find the last few paragraphs in this documentation helpful to run for checks and conditions related to Play Service dependencies: developers.google.com/android/guides/setup
– Adam Kuehling
Apr 11 at 20:34
add a comment
|
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55402270%2fgoogle-maps-not-working-on-release-even-with-release-sha1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown