- Update SEGAnalytics import to support new namespacing introduced in
analytics-ios
v4.x
- Unpins Localytics version in podspec.
(Supports Localytics 5.0+)
- Relaxes Segment Analytics library dependency.
(Supports Localytics 5.0+)
- Fix: Initialize all
track
calls to Localytics on main thread.
(Supports Localytics 5.0+)
- Fix: Initialize Localytics on main thread. Removes Localytics session-related code in
applicationWillResignActive
. Relevant Docs.
(Supports Localytics 5.0+)
- Update:The one change here is that when configuring the
appKey
, the Localyticsintegrate
method takes an additional argument to add flexibility on when/how to upload user data. Localytics will default to uploading data periodically based on the state of a user's network connection. The default behavior occurs when passingnil
towithLocalyticsOptions
. Relevant Docs.
(Supports Localytics 4.0)
- New: Maps to Localytics Org level reserved traits $first_name, $last_name, $email, and $full_name.
(Supports Localytics 4.0)
Adds support for changing profileScope
of user Attributes
(Supports Localytics 4.0)
(Supports analytics-ios 3.0 - < 4.0)
(Supports Localytics 3.8+)
(Supports analytics-ios 3.0.+ and Localytics 3.5.1+)
Initial stable release.
(Supports analytics-ios 3.0.+ and Localytics 3.5.1+)
Initial release.