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

Unity Ads SDK crashes with the iOS versions 15 and 16 while launching the app #352

Open
jesphinpt opened this issue Jul 23, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@jesphinpt
Copy link

MAX SDK Version

12.5.0

Device/Platform Info

iOS

Current Behavior

The app is crashing while launching the app with the iOS version 15 and 16 series.

Expected Behavior

It needs to work without any crashes while launching.

How to Reproduce

Add the Unity Ads SDK manually
Add the Applovin Mediation for the Unity ads manually
Run the app with the iOS 15.8.1 version
It will crash the app.

note: It not crashed in the latest iOS versions

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: DYLD 4 Symbol missing
Symbol not found: (_$s7Network11NWInterfaceV13InterfaceTypeO4wifiyA2EmFWC)
Referenced from: '/Volumes/VOLUME/*/.app/App'
Expected in: '/System/Library/Frameworks/Network.framework/Network'
(terminated at launch; ignore backtrace)

Additional Info

I have used the latest Unity ads SDk and it mediation adapter.

@jesphinpt jesphinpt added the bug Something isn't working label Jul 23, 2024
@richashukla23 richashukla23 self-assigned this Jul 23, 2024
@richashukla23
Copy link
Contributor

@jesphinpt Can you please share what XCode version you are using and the deployment target version you have set? Please make sure that your deployment target in Xcode matches the version of the Network framework APIs you are using.

@jesphinpt
Copy link
Author

I am using the Xcode version 15.4. I have the minimum deployment target as 11.0 for my apps.

@richashukla23
Copy link
Contributor

Can you bump your project's minimum deployment? This will ensure that your app can utilize the latest APIs without encountering missing symbol errors.

@jesphinpt
Copy link
Author

Are you referring to update the minimum deployment version to 17 or 14?

@richashukla23
Copy link
Contributor

Could you update minimum deployment version to 14?

@jesphinpt
Copy link
Author

But my crash is from 15 and 16 versions. Will check and update.

@Lorenzo45 Lorenzo45 assigned Lorenzo45 and unassigned richashukla23 Sep 9, 2024
@jesphinpt
Copy link
Author

Any workaround without updating the deployment target

@applovinAsh
Copy link
Contributor

applovinAsh commented Oct 15, 2024

@jesphinpt - as of UnityAds adapter 4.11.3.0, the minimun iOS deployment is 12. You can find this information in our change logs, here: https://github.com/AppLovin/AppLovin-MAX-SDK-iOS/blob/master/UnityAds/CHANGELOG.md#41130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants