We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c85363 commit 5167c13Copy full SHA for 5167c13
1 file changed
README.md
@@ -26,7 +26,15 @@ v.1.3.0
26
27
- Updated Google Maps iOS SDK to 1.10.2
28
29
-** WARNING **
+**INFORMATION**
30
+
31
+In order to install the new version, you have to:
32
33
+- Delete plugin (cordova plugin rm plugin.google.maps)
34
+- Delete iOS SDK (cordova plugin rm plugin.google.maps)
35
+- Re-Install plugin from master (follow wiki for Mac/Linux/Windows)
36
+cordova plugin add https://github.com/wf9a5m75/phonegap-googlemaps-plugin --variable API_KEY_FOR_ANDROID="YOUR_KEY" --variable API_KEY_FOR_IOS="YOUR_KEY"
37
38
39
Required XCode Version is 6.3+ (due to ABI changes)
40
The minimum target iOS version for Google Maps SDK for iOS is now 7.0. Version 6.0 is no longer supported.
0 commit comments