You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added app version change and install events. These will fire when an environment first
encounters a different application identifier, app name, or version at session start.
Changed
Changed process to retrieve iOS device model. 'sysctlbyname' is now used to retrieve the
detailed hardware identifier (e.g., "iPhone10,3"). This results in more specific
model identification than the generic UIDevice.model approach which is now used
as a fallback.