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 2cb2fad commit 8b52ff1Copy full SHA for 8b52ff1
Branch-SDK/Branch-SDK/Branch.m
@@ -392,7 +392,6 @@ + (void)setBranchKey:(NSString*)branchKey error:(NSError **)error {
392
393
if ([branchKey hasPrefix:@"key_test"]) {
394
bnc_useTestBranchKey = YES;
395
- // Consider making this an NSError? It's not really an error but users need to be aware they're using a test key.
396
BNCLogWarning(
397
@"You are using your test app's Branch Key. "
398
"Remember to change it to live Branch Key for production deployment."
0 commit comments