Skip to content

5.6.0

Compare
Choose a tag to compare
@ferologics ferologics released this 05 Jun 20:56
· 8 commits to master since this release

Added

  • πŸ†• New HyperTrack.workerHandle property can be used to identify workers

    • We observed our customers identify worker devices via HyperTrack.metadata, so we decided to make it a first class citizen in our API!
    • If you previously used metadata to identify workers, we suggest using workerHandle for this purpose instead. πŸ‘ˆ
  • Exposed a new HyperTrackSwizzlingDidReceiveRemoteNotificationEnabled Info.plist key that can be used to specifically disable swizzling of the UIApplicationDelegate.application(_:didReceiveRemoteNotification:fetchCompletionHandler:) method.