AppLovin / AppLovin-MAX-Unreal

17 stars 5 forks source link

fix/incorrect_revenue_value #39

Closed ritamsarmah closed 2 months ago

ritamsarmah commented 2 months ago

Ticket Link

https://app.asana.com/0/0/1208207413945512/f

Description

Fixes an incorrect ternary check on ad revenue that was returning -1. The conversion of the native empty revenue default of 0 to -1 doesn't have any purpose and was removed on both iOS and Android.

thomasmso commented 2 months ago

I'd push after removing COPPA APIs

ritamsarmah commented 2 months ago

Also updated the Android SDK here to 12.6.1 to solve some issues building the native plugin with recent Android workspace changes. Will update iOS in another branch (more involved since we switched to dynamic frameworks).