Release Notes
Stay organized with collections
Save and categorize content based on your preferences.
Please run pod update
to retrieve the latest version of the Google pod.
May 2016
Version 3.0.3
- Removed AdMob, AppInvites and CloudMessaging subspecs from the Google pod.
Please take a look at the Firebase pod,
which has new versions of each of these libraries, as well as several new
features. To learn more, see
https://firebase.google.com/.
- The Google pod is now distributed as vendored frameworks instead of vendored
libraries.
- This affects the import paths for headers. If you were using:
#import "Google/GGLContext.h"
you'll need to replace it with:
#import <GGLCore/GGLContext.h>
- The umbrella headers
Google/Core.h
, Google/Analytics.h
and
Google/SignIn.h
will continue to work in the same way as before.
- Updated core logic to depend on similar logic in the new
Firebase
pod.
April 2016
Version 2.0.4
- Major version bump to support Google Sign In 3.0.
- Adds bitcode support.
December 2015
Version 1.3.2
- Added check whether the format of Google App ID in the plist file is valid.
- Bug fixes.
November 2015
Version 1.2.1
- You can now enable or disable the application measurement feature
programatically. Call
[[GMRConfiguration sharedInstance] setIsEnabled:NO]
anytime. Call [[GMRConfiguration sharedInstance] setIsEnabled:YES]
to reenable
measurement. These calls override any value of IS_MEASUREMENT_ENABLED
in
GoogleService-Info.plist
.
- Performance improvements.
- Bug fixes, including fix for iOS 7
NSInvalidArgumentException
error.
October 2015
Version 1.1.1
- Application Measurement
This release provides features for collecting anonymous statistics on
application events such as when a user first opens your application. This data
is collected only if your project contains a GoogleService-Info.plist with a
valid GOOGLE_APP_ID. If you do not wish to have this data reported, add the key
IS_MEASUREMENT_ENABLED
= false to your project's GoogleService-Info.plist before
releasing your application or its next update.
- A default subspec has been added for
Google
. Including include the Google
pod will not longer automatically include all subspecs.
August 2015
Version 1.1.0
- Performance improvements
- Bug fixes
May 2015
Version 1.0.7
- Performance improvements
- Bug fixes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-06-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-06-23 UTC."],[[["\u003cp\u003eRun \u003ccode\u003epod update\u003c/code\u003e to get the newest Google pod version.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.0.3 removes AdMob, AppInvites, and CloudMessaging; use the Firebase pod instead.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.0.3 distributes the Google pod as vendored frameworks, impacting import paths for headers.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.0.4 introduces Google Sign In 3.0 and bitcode support.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.1.1 adds application measurement for anonymous usage statistics, configurable via GoogleService-Info.plist.\u003c/p\u003e\n"]]],[],null,["# Release Notes\n\nPlease run `pod update` to retrieve the latest version of the Google pod.\n\nMay 2016\n--------\n\nVersion 3.0.3\n\n- Removed AdMob, AppInvites and CloudMessaging subspecs from the Google pod. Please take a look at the [Firebase pod](https://cocoapods.org/pods/Firebase), which has new versions of each of these libraries, as well as several new features. To learn more, see \u003chttps://firebase.google.com/\u003e.\n- The Google pod is now distributed as vendored frameworks instead of vendored libraries.\n - This affects the import paths for headers. If you were using: `#import \"Google/GGLContext.h\"` you'll need to replace it with: `#import \u003cGGLCore/GGLContext.h\u003e`\n - The umbrella headers `Google/Core.h`, `Google/Analytics.h` and `Google/SignIn.h` will continue to work in the same way as before.\n- Updated core logic to depend on similar logic in the new `Firebase` pod.\n\nApril 2016\n----------\n\nVersion 2.0.4\n\n- Major version bump to support Google Sign In 3.0.\n- Adds bitcode support.\n\nDecember 2015\n-------------\n\nVersion 1.3.2\n\n- Added check whether the format of Google App ID in the plist file is valid.\n- Bug fixes.\n\nNovember 2015\n-------------\n\nVersion 1.2.1\n\n- You can now enable or disable the application measurement feature programatically. Call `[[GMRConfiguration sharedInstance] setIsEnabled:NO]` anytime. Call `[[GMRConfiguration sharedInstance] setIsEnabled:YES]` to reenable measurement. These calls override any value of `IS_MEASUREMENT_ENABLED` in `GoogleService-Info.plist`.\n- Performance improvements.\n- Bug fixes, including fix for iOS 7 `NSInvalidArgumentException` error.\n\nOctober 2015\n------------\n\nVersion 1.1.1\n\n- **Application Measurement** This release provides features for collecting anonymous statistics on application events such as when a user first opens your application. This data is collected only if your project contains a GoogleService-Info.plist with a valid GOOGLE_APP_ID. If you do not wish to have this data reported, add the key `IS_MEASUREMENT_ENABLED` = false to your project's GoogleService-Info.plist before releasing your application or its next update.\n- A default subspec has been added for `Google`. Including include the `Google` pod will not longer automatically include all subspecs.\n\nAugust 2015\n-----------\n\nVersion 1.1.0\n\n- Performance improvements\n- Bug fixes\n\nMay 2015\n--------\n\nVersion 1.0.7\n\n- Performance improvements\n- Bug fixes"]]