5.6.0
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 usingworkerHandle
for this purpose instead. π
- We observed our customers identify worker devices via
-
Exposed a new
HyperTrackSwizzlingDidReceiveRemoteNotificationEnabled
Info.plist key that can be used to specifically disable swizzling of theUIApplicationDelegate.application(_:didReceiveRemoteNotification:fetchCompletionHandler:)
method.