We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f8624 + b4d43ba commit e8b49abCopy full SHA for e8b49ab
Branch-SDK/Branch-SDK/BNCTuneUtility.m
@@ -12,7 +12,7 @@ @implementation BNCTuneUtility
12
13
// INTENG-7695 Tune data indicates an app upgrading from Tune SDK to Branch SDK
14
+ (BOOL)isTuneDataPresent {
15
- __block BOOL isPresent = NO;
+ static BOOL isPresent = NO;
16
static dispatch_once_t onceToken;
17
dispatch_once(&onceToken, ^{
18
NSString *tuneMatIdKey = @"_TUNE_mat_id";
0 commit comments