Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4bbb047

Browse files
author
Chris Yang
authored
Update AppDelegate.m
1 parent 76f8930 commit 4bbb047

File tree

1 file changed

+1
-1
lines changed
  • packages/google_maps_flutter/google_maps_flutter/example/ios/Runner

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/google_maps_flutter/example/ios/Runner/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ - (BOOL)application:(UIApplication*)application
1010
// Provide the GoogleMaps API key.
1111
NSString* mapsApiKey = [[NSProcessInfo processInfo] environment][@"MAPS_API_KEY"];
1212
if ([mapsApiKey length] == 0) {
13-
mapsApiKey = @"MAPS_API_KEY";
13+
mapsApiKey = @"YOUR KEY HERE";
1414
}
1515
[GMSServices provideAPIKey:mapsApiKey];
1616

0 commit comments

Comments
 (0)