Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
noa-kogonia committed Sep 2, 2024
1 parent e595438 commit 46823ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ios/AppsFlyerPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ - (void)logAdRevenue:(CDVInvokedUrlCommand*)command
mediationNetwork = [self getEnumValueFromString: mediationNetworkValue];
}
else{
NSLog(@"mediationNetwork param is not according to the Enum format");
return;
}
}
Expand All @@ -280,9 +281,12 @@ - (void)logAdRevenue:(CDVInvokedUrlCommand*)command
}
}
else{
NSLog(@"one or more arguments are invalid");
NSLog(@"one or more arguments are invalid or nil");
}
}
else{
NSLog(@"afAdRevenueDataMap is invalid or null");
}
}


Expand Down

0 comments on commit 46823ca

Please sign in to comment.