Skip to content

Releases: amplitude/Amplitude-iOS

v4.3.1

14 Aug 18:58
Compare
Choose a tag to compare
  • Update SDK to better handle SQLite Exceptions.

v4.3.0

25 Jul 03:37
Compare
Choose a tag to compare
  • Add AMPTrackingOptions interface to customize the automatic tracking of user properties in the SDK (such as language, ip_address, platform, etc). See Help Center Documentation for instructions on setting up this configuration.

v4.2.1

21 May 18:21
Compare
Choose a tag to compare
  • Fix a bunch of compiler warnings
  • Fix SSLPinning import so that it doesn't corrupt debug console. Thanks to @rob-keepsafe for the PR

v4.2.0

20 Apr 01:23
Compare
Choose a tag to compare
  • Added a setUserId method with optional boolean argument startNewSession, which when YES starts a new session after changing the userId.

v4.1.0

28 Feb 00:40
Compare
Choose a tag to compare
  • Add option to disable IDFA tracking. To disable IDFA tracking call [[Amplitude instance] disableIdfaTracking]; before initializing with your API key.

v4.0.4

24 Oct 00:12
Compare
Choose a tag to compare
  • Fix bug where events in the initial session for brand new users have a session id of -1 (introduced in v4.0.2).

v4.0.3

16 Oct 21:26
Compare
Choose a tag to compare
  • Fix unknown carrier caching. This fixes "Could not successfully update network info during initialization" warnings when logging events on devices without SIM cards.

v4.0.2

13 Oct 22:53
Compare
Choose a tag to compare
  • Ensure the foreground checker in initializeApiKey runs on the main thread. This fixes the "UI API called on a background thread" warning.
  • Removing unnecessary try / catch when looking up device carrier.

v4.0.1

18 Sep 23:31
Compare
Choose a tag to compare
  • Lowering minimum required iOS version down to 7.0.

v4.0.0

18 Sep 22:34
Compare
Choose a tag to compare
  • Minimum required iOS version is now 9.0
  • Removed deprecated methods, fixed warnings in Xcode 9, adding support for iOS 11.
  • Migrate setup instructions and SDK documentation in the README file to Zendesk articles.