Skip to content

Commit

Permalink
Merge pull request #6550 from BlueWallet/clear
Browse files Browse the repository at this point in the history
FIX: Remove UDID if user disabled analytics
  • Loading branch information
GladosBlueWallet committed May 12, 2024
2 parents 973650f + f873f15 commit 4cc029a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/BlueWallet/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
[self copyDeviceUID];

#endif
} else {
[NSUserDefaults.standardUserDefaults setValue:@"" forKey:@"deviceUIDCopy"];
}

[self addSplashScreenView];
Expand Down

0 comments on commit 4cc029a

Please sign in to comment.