-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[FBSDKAppEventsDeviceInfo encodedDeviceInfo] crash on FBSDK 15.1.0 #2168
Labels
Comments
same problem here :( |
A work around suggestion. |
Hello @su855297 thanks for response. I want to ask how do you imported FBSDKAppEventsDeviceInfo class? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist before submitting a bug report
Xcode version
14.2
Facebook iOS SDK version
15.1.0
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
To load Facebook ads within the app and the user to put the app in the background and get back in the foreground without crashing.
Expected results
SDK to not crash the app.
Actual results
SDK crashes when the app is in background for 2-5 minutes.
Steps to reproduce
We are using
FBAudienceNetwork (6.12.0)
to display ads within the app. The FBAudienceNetwork is installed as a dependency to AppLovinSDK andAppLovinMediationFacebookAdapter
which we are using to load ads.The crash happens randomly on other test devices, but more often on a user (iPhone 12 Pro, iOS 16.2). Can't say how many users are affected in the release because it is not logged to Firebase Crashlytics.
We notice that It occurs while the app is in the background for 2-5 minutes.
This crash is not recorded by Firebase Crashlytics or Xcdore crash report, we noticed this when investigating crash logs the device which happens very often.
Code samples & details
The text was updated successfully, but these errors were encountered: