You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[preferenceHelper logWarning:@"Please enter your branch_key in the plist!"];
126
-
returnnil;
127
-
}
128
-
// If they did provide an app key, show them a warning. Shouldn't use app key with a test instance.
129
-
else {
130
-
[preferenceHelper logWarning:@"You requested the test instance, but provided an app key. App Keys cannot be used for test instances. Additionally, usage of App Key is deprecated, please move toward using a Branch key"];
131
-
keyToUse = appKey;
132
-
}
114
+
[preferenceHelper logWarning:@"Please enter your branch_key in the plist!"];
0 commit comments