Release Notes

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