Unexpected Google Maps API Key Inclusion in Manifest?

How come if I do not specify a Google Maps API Key inside my app.json for my Android Application, Google Maps still work in Development environment and in Production environment?

Furthermore, how come inside the AndroidManifest.xml of the built android application I have these entries:
android:name=“com.google.android.geo.API_KEY”
android:value=“AIzaSyCPyKmt6in3JwAsogYikNNjor8qgU9stRQ”
Shouldn’t there be no key at all?

By the way how come the key above is the same key as used in the following file from your github repo:
apps/expo-payments/android/app/src/main/AndroidManifest.xml
?

Hi @expodjt!

Expo provides the API key for this, both in the Expo client as well as standalone apps

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.