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
[[BranchLogger shared] logError:[NSStringstringWithFormat:@"Update conversion value failed with error - %@", [error description]] error:error];
234
+
} else {
235
+
[[BranchLogger shared] logDebug:[NSStringstringWithFormat:@"Update conversion value was successful. Conversion Value - %@", conversionValue] error:nil];
[[BranchLogger shared] logWarning:@"Branch SDK is not initialized, cannot send this request. Please intialize session before calling this API."error:error];
[[BranchLogger shared] logWarning:@"Branch SDK is not initialized, cannot request LATD. Please intialize session before calling this API."error:error];
[[BranchLogger shared] logWarning:@"Branch SDK is not initialized, cannot create Spotlight URL. Please intialize session before calling this API."error:error];
[[BranchLogger shared] logWarning:@"Branch SDK is not initialized, cannot generate short URL. Please intialize session before calling this API."error:error];
[[BranchLogger shared] logWarning:@"Branch SDK is not initialized, cannot register view. Please intialize session before calling this API."error:error];
// Regardless of SKAN opted-in in dashboard, we always get conversionValue, so adding check to find out if install/open response had "invoke_register_app" true
94
-
if (conversionValue && [BNCPreferenceHelper sharedInstance].invokeRegisterApp) {
[[BranchLogger shared] logError:[NSStringstringWithFormat:@"Update conversion value failed with error - %@", [error description]] error:error];
105
-
} else {
106
-
[[BranchLogger shared] logDebug:[NSStringstringWithFormat:@"Update conversion value was successful. Conversion Value - %@", conversionValue] error:nil];
[[BranchLogger shared] logError:[NSStringstringWithFormat:@"Update conversion value failed with error - %@", [error description]] error:error];
115
-
} else {
116
-
[[BranchLogger shared] logDebug:[NSStringstringWithFormat:@"Update conversion value was successful. Conversion Value - %@", conversionValue] error:nil];
0 commit comments