Skip to content

Commit

Permalink
change impl for additional params map ios
Browse files Browse the repository at this point in the history
  • Loading branch information
noa-kogonia committed Sep 2, 2024
1 parent 7635fc1 commit 3f93af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/AppsFlyerPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ - (void)logAdRevenue:(CDVInvokedUrlCommand*)command
}

NSDictionary* afAdRevenueDataMap = [command argumentAtIndex:0 withDefault:[NSNull null]];
NSDictionary *additionalParametersMap = (NSDictionary*)[command.arguments objectAtIndex: 1];
NSDictionary* additionalParametersMap = [command argumentAtIndex:1 withDefault:[NSNull null]];

id monetizationNetwork = nil;
AppsFlyerAdRevenueMediationNetworkType mediationNetwork;
Expand Down

0 comments on commit 3f93af7

Please sign in to comment.