You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I installed adjust unity plugin v5.0.5.
and I make a build for iOS.
so, I received this log and crash app on startup.
I uncheck static linking on EDM4U.
How can I resolve this issue?
[AppLovinSdk] DEBUG [ALMediationAdapterWrapper] ALFacebookMediationAdapter: running initialize...
[AppLovinSdk] INFO [ALFacebookMediationAdapter] Initializing Facebook SDK with placements: ()
*** Terminating app due to uncaught exception 'FBFinalClassViolationException', reason: 'FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager'
[AppLovinSdk] DEBUG [ALHealthEventsReporter] Reporting crash with extra parameters {
"top_main_method" = "FBFinalClassViolationException FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager";
The text was updated successfully, but these errors were encountered:
Thank you for reporting. Crash sounds potentially related to AL SDK trying to talk to the FB SDK and doesn't sound (from what you shared above) related to Adjust.
Were you setting any EDM4U iOS resolver settings specially for the Adjust SDK? Because in theory with 5.0.5, there's no need to do anything like that anymore, you can use whatever settings you had for the iOS resolver before adding the Adjust SDK.
Hi,
I installed adjust unity plugin v5.0.5.
and I make a build for iOS.
so, I received this log and crash app on startup.
I uncheck static linking on EDM4U.
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: