GoogleReporter Versions Save

Easily integrate with Google Analytics in your iOS app

1.6

4 years ago
  • [NEW] Screen events are now tracked as pageviews due to the deprication of GA for apps
  • [NEW] Added flag that can used for users that have opted out of analytics

Thanks to @xjki for the PR

1.5

5 years ago
  • [NEW] You can now add custom dimensions to all requests (Thanks to @kmisiura)

1.4

5 years ago
  • [NEW] User IP's are now anonymized by Google Analytics by default (Thanks to @AAlfare)
  • [FIX] Framework targets are now only allowed to use App Extension safe API's

1.3.1

6 years ago

Updated for Swift 4.1

1.3

6 years ago
  • Updated for Swift 4.0.2 and Xcode 9.1
  • Prefer WebView's UserAgent on iOS & macOS
  • Fixed an issue where screen resolution was affected by device orientation

1.2

6 years ago
  • Added session tracking capability with session(start:)
  • Added option to use Apple's IDFV token (ID for vendor) as tracking token.
  • Lowered OS version requirements to iOS 9, tvOS 9 or macOS 10.10

1.1.1

6 years ago
  • Added support for CocoaPods
  • Fixed product name for macOS to be GoogleReporter rather than GoogleReporter macOS

1.1

6 years ago
  • [NEW] Added support for macOS

1.0.2

6 years ago
  • [NEW] Added Xcode-compatible documentation to public API
  • [FIX] Usage of fatalError() removed in favour of descriptive print()s
  • [FIX] Missing strings from Info.plist will not cause a crash but result in value being (not set)

1.0.1

7 years ago
  • [NEW] Added tvOS framework target & shared scheme (for Carthage)
  • [FIX] Synchronizes UserDefaults after setting the uniqueUserIdentifier