Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The iOS app crashes on startup. #320

Open
SC-Elmer opened this issue Nov 28, 2024 · 2 comments
Open

The iOS app crashes on startup. #320

SC-Elmer opened this issue Nov 28, 2024 · 2 comments

Comments

@SC-Elmer
Copy link

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";

@uerceg
Copy link
Contributor

uerceg commented Nov 28, 2024

Hey @SC-Elmer,

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.

@SC-Elmer
Copy link
Author

Hey @uerceg,
Thank you for the quick response.

We did not change any EDM4U iOS Resolver settings specifically for Adjust. We have been consistently unchecking static linking.

This crash did not occur before updating the Adjust SDK version.
Could this be related to an error or a configuration required for the Facebook SDK?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants