Skip to content

Releases: amplitude/Amplitude-iOS

v4.9.3

23 Nov 01:16
Compare
Choose a tag to compare

Fix error for not finding declaration for NSObject when using Swift Package Manager

v4.9.0

21 Nov 23:23
Compare
Choose a tag to compare

Added support for Swift Package Manager. Kudos to contribution from @mayur1407.

v4.8.2

07 Oct 17:27
Compare
Choose a tag to compare

Ensure background tasks are always ended and add safeguard before retrieving the app by checking for valid uploadTaskID

v4.8.1

24 Sep 18:19
5bcc778
Compare
Choose a tag to compare
  • Suppress NSLogs for non-dev environments.

v4.8.0

24 Sep 18:19
Compare
Choose a tag to compare
  • Identify Macs for Mac Catalyst support.

v4.7.1

24 Sep 18:18
Compare
Choose a tag to compare
  • Fix issue where tag wasn't included in tag spec

v4.7.0

24 Sep 18:18
Compare
Choose a tag to compare
  • Fix bug where background task might be stopped before final events are flushed
  • Revert logic to restore db from memory on potential db resets

v4.6.0

02 Mar 00:41
Compare
Choose a tag to compare
  • Add support for installing on tvOS platform via Carthage
  • Do not use IDFV or IDFA for device ID if disabled via tracking options
  • Close Sqlite DB object even if open fails
  • Made startOrContinueSession public method. Only call this if you know what you are doing. This may trigger a new session to start.
  • Properly end background event flush task
  • Increased minimum iOS deployment target to 8.0

v4.5.0

19 Dec 00:46
Compare
Choose a tag to compare
  • Add ability to set a custom server URL for uploading events using setServerUrl.

v4.4.0

16 Oct 00:47
Compare
Choose a tag to compare
  • Add ability to set group properties via a new groupIdentifyWithGroupType method that takes in an AMPIdentify object as well as a group type and group name.