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.
1 parent 1a0a5ae commit 559560bCopy full SHA for 559560b
Sources/BranchSDK/BNCPreferenceHelper.m
@@ -969,7 +969,7 @@ - (NSData *)loadPrefData {
969
NSError *error = nil;
970
data = [NSData dataWithContentsOfURL:self.class.URLForPrefsFile options:0 error:&error];
971
if (error || !data) {
972
- [[BranchLogger shared] logWarning:@"Failed to load preferences from storage." error:error];
+ [[BranchLogger shared] logWarning:@"Failed to load preferences from storage. This is expected on first run." error:error];
973
}
974
} @catch (NSException *) {
975
[[BranchLogger shared] logWarning:@"Failed to load preferences from storage." error:nil];
0 commit comments