Skip to content

Commit

Permalink
bugfix (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyHuRadar authored Aug 29, 2023
1 parent 81fc075 commit af68152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadarSDK/Radar.m
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ + (void)trackVerifiedWithCompletionHandler:(RadarTrackCompletionHandler)completi
attestationString:attestationString
keyId:keyId
attestationError:attestationError
encrypted:YES
encrypted:NO
completionHandler:^(RadarStatus status, NSDictionary *_Nullable res, NSArray<RadarEvent *> *_Nullable events,
RadarUser *_Nullable user, NSArray<RadarGeofence *> *_Nullable nearbyGeofences,
RadarConfig *_Nullable config, NSString *_Nullable token) {
Expand Down

0 comments on commit af68152

Please sign in to comment.