Whitelist an android application on Maps API Key
I try to whitelist an application by using the SHA-1 signature instead of IPs (whitelist with ip is working).
The application is developed with Expo and signed with expo too. So by using the command expo credentials:manager
I'm able to get the SHA-1 signature and by running expo build:android -t apk
I can get the signed apk.
But when I run the application, in abd logcat
I see that the API key is not allowed. What I'm doing wrong ?
EDIT: The generated APK is well signed: keytool -printcert -jarfile my-apk-signed.apk
Comments
Post a Comment