Skip to content

0.3.0

Compare
Choose a tag to compare
@bnickel bnickel released this 06 Jun 23:18
· 59 commits to main since this release
5d85c1f

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.