Open ShuZee opened 6 months ago
iOS update ad plugin, meet the same problem!
GoogleMobileAdsMediationFacebook 6.15.0.0
I found a problems solve in this thread. https://github.com/AppLovin/AppLovin-MAX-Unity-Plugin/issues/348 Commented out all references of the 2 functions in RewardedVideoAd.cs before built a iOS build
[DllImport("__Internal")]
private static extern void FBRewardedVideoAdBridgeOnServerRewardSuccess(int uniqueId,
FBRewardedVideoAdBridgeExternalCallback callback);
[DllImport("__Internal")]
private static extern void FBRewardedVideoAdBridgeOnServerRewardFailure(int uniqueId,
FBRewardedVideoAdBridgeExternalCallback callback);
Those functions maybe had not been used in 6.15.0
This issue is stale because it has been open for 30 days with no activity.
MAX Plugin Version
12.4.2
Unity Version
2020.3.25f1
Device/Platform Info
Iphone XS - iOS
Current Behavior
When i built a iOS build, it show a error:
I was commented out all mention method show in that logs and i build fine. But a build always crashed when i opened it. I back to version FBAudienceNetword 6.14.0 and AppLovinMediationFacebookAdapter 6.14, it work well. Something wrongs with a FB SDK
Expected Behavior
A build has not fail
How to Reproduce
Update FBAudienceNetword, AppLovinMediationFacebookAdapter:
Run pod install
Setting a iOS build
Additional Info
No response