Releases: amplitude/Amplitude-iOS
Releases · amplitude/Amplitude-iOS
v2.5.1
v2.5.0
v2.4.0
- Expose the startSession method publicly. Can be used to start a session for a user interaction that happens while the app is in the background, for example, changing tracks on background audio.
- No longer starts a session if the app is in the background when the SDK is initialized. Prevents logging of silent push notifications from starting a session and counting a user visit. This changes the previous default behavior. To maintain the previous behavior, use initializeApiKey:apiKey:userId:startSession and set startSession to true.
v2.3.0
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
- Fix memory leak in generated UUID
- Default cocoapods require_arc = true
- Send IDFA for attribution
- Change data directory to be NSLibraryDirectory instead of NSCachesDirectory
- Fix bug where session id could be reset if lots of events were generated quickly
- Keep an instance of CTTelephonyNetworkInfo (resolves #13)