ChartBoost / chartboost-mediation-unity-sdk

Chartboost Mediation Unity SDK provides support for Unity based games to easily integrate Chartboost Mediation for Android & iOS platforms
https://www.chartboost.com/mediate
MIT License
8 stars 3 forks source link

[HB-6541][HB-6646] Fix Calling Deprecated Functions And Features in All Platforms #192

Closed SCastanedaMunoz closed 1 year ago

SCastanedaMunoz commented 1 year ago

Title

[HB-6541][HB6646] Fix Calling Deprecated Functions

Description

The Unity SDK has internal functions that call deprecated functions (and wrap them with warning-disable). ChartboostMediationAndroid.cs, for example. This feels like either it should be converted to use the non-deprecated versions, or the function making these calls should also be deprecated. IOS calls have been fixed so they do not trigger internal warnings. We have also enabled -warnaserror to detect this issues in the future.

Type of change

Checklist:

github-actions[bot] commented 1 year ago

Test Results

1 tests   1 :heavy_check_mark:  3s :stopwatch: 1 suites  0 :zzz: 1 files    0 :x:

Results for commit 20ff73cb.