Skip to content

Commit

Permalink
Update SALT on SDK metrics to sync with other SDKs (#8268)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 authored Jun 13, 2023
1 parent 42852fe commit 66c426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/RLMAnalytics.mm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static auto RLMSysCtl(int *mib, u_int mibSize, size_t *bufferSize) {
if ([ioPlatformUuid length] == 0) {
return nil;
}
NSString *salt = @"realm is great";
NSString *salt = @"Realm is great";
NSString *saltedId = [ioPlatformUuid stringByAppendingString:salt];
NSData *data = [saltedId dataUsingEncoding:NSUTF8StringEncoding];

Expand Down

0 comments on commit 66c426b

Please sign in to comment.