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

AppLovinQualityService Crash #200

Open
iv-mexx opened this issue Feb 14, 2023 · 3 comments
Open

AppLovinQualityService Crash #200

iv-mexx opened this issue Feb 14, 2023 · 3 comments
Labels
bug Something isn't working stale This isue has been inactive

Comments

@iv-mexx
Copy link

iv-mexx commented Feb 14, 2023

MAX SDK Version

11.7.1

AppLovinQualityService Version

6.9.0

Device/Platform Info

iOS 15, iOS 16

Current Behavior

In our new app update where AppLovinQualityServie.framework has automatically been updated to Version 6.9.0 we started to see frequent Crashes where none of our own app code is in the Stack Trace, but AppLovinQualityService is:

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x91d3c __exceptionPreprocess
1  libobjc.A.dylib                0x146a8 objc_exception_throw
2  CoreFoundation                 0x161768 +[NSObject(NSObject) _copyDescription]
3  UIKitCore                      0xead90c -[UIResponder doesNotRecognizeSelector:]
4  CoreFoundation                 0x2bf6c ___forwarding___
5  CoreFoundation                 0x2b1dc _CF_forwarding_prep_0
6  UIKitCore                      0x49d1fc -[UIApplication sendAction:to:from:forEvent:]
7  UIKitCore                      0x5be774 -[UIControl sendAction:to:forEvent:]
8  UIKitCore                      0x3516fc -[UIControl _sendActionsForEvents:withEvent:]
9  UIKitCore                      0x3e8344 -[UIButton _sendActionsForEvents:withEvent:]
10 UIKitCore                      0x6632ac -[UIControl touchesEnded:withEvent:]
11 UIKitCore                      0x163314 -[UIWindow _sendTouchesForEvent:]
12 UIKitCore                      0x1932f4 -[UIWindow sendEvent:]
13 UIKitCore                      0x33663c -[UIApplication sendEvent:]
14 AppLovinQualityService         0x60cec +[SafeDKAdsInterceptorBridge UIApplication_sendEvent:target:cmd:event:] + 40 (SafeDKAdsInterceptorBridge.m:40)
15 AppLovinQualityService         0x57074 __44-[SafeDKAdsInterceptor swizzleUIApplication]_block_invoke.156 + 268 (SafeDKAdsInterceptor.m:268)
16 UIKitCore                      0x167e28 __dispatchPreprocessedEventFromEventQueue
17 UIKitCore                      0x15cd74 __processEventQueue
18 UIKitCore                      0x162104 __eventFetcherSourceCallback
19 CoreFoundation                 0xb22b0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
20 CoreFoundation                 0xc22d8 __CFRunLoopDoSource0
21 CoreFoundation                 0x5678 __CFRunLoopDoSources0
22 CoreFoundation                 0xaaa8 __CFRunLoopRun
23 CoreFoundation                 0x1de1c CFRunLoopRunSpecific
24 GraphicsServices               0x19a0 GSEventRunModal
25 UIKitCore                      0x4ebb90 -[UIApplication _run]
26 UIKitCore                      0x28116c UIApplicationMain
27 ourApp                       0x911cb0 main + 14 (main.m:14)
28 ???                            0x105e2c250 (Fehlt)

Screenshot 2023-02-14 at 09 40 42

Expected Behavior

AppLovinQualityService should not cause Crashes

How to Reproduce

I was not able to reproduce this myself, but we're getting the crash reports in Crashlytics

Additional Info

No response

@iv-mexx iv-mexx added the bug Something isn't working label Feb 14, 2023
@thomasmso
Copy link
Member

Hi, SafeDK* shows up in the stack trace as we swizzle into OS method calls, but we are not the primary cause. This event is due to certain ads which when displayed and clicked, if the user kills the app will result in this crash. It doesn't result in degraded user experience though.

@GlassOfRedWinemm
Copy link

We are also experiencing the same issue

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This isue has been inactive label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale This isue has been inactive
Projects
None yet
Development

No branches or pull requests

3 participants