Closed Kelsonk closed 5 months ago
We are having some issues integrating the new AppLovin SDK, appears there are some features of dynamic frameworks they are using that AIR can't handle just yet. I have reported to Harman and they are looking into it.
In the meantime I suggest removing AppLovin until we can resolve this.
Thanks
On Thu, May 16, 2024, 1:03 AM Michael @.***> wrote:
We are having some issues integrating the new AppLovin SDK, appears there are some features of dynamic frameworks they are using that AIR can't handle just yet. I have reported to Harman and they are looking into it.
In the meantime I suggest removing AppLovin until we can resolve this.
— Reply to this email directly, view it on GitHub https://github.com/distriqt/ANE-Adverts-Mediation/issues/67#issuecomment-2113621556, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQYEYVQXMLZ6Z5YMMIJZ53ZCPSUDAVCNFSM6AAAAABHYO7TP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJTGYZDCNJVGY . You are receiving this because you authored the thread.Message ID: @.***>
Does the new AIR 51.0.1.3 fix the problem?
@cleverbeapps Yes Harman have rolled the fix for this into the latest release. I'll get the final updates to this mediator done and pushed out later today.
Hi @marchbold I am still getting crash at the startup
"version": "12.5.1", "id": "com.distriqt.admob.AppLovin"
AIR SDK: 51.0.1.3 iOS: 16.2 Crash log from Console:
ASI found [dyld] (sensitive) 'Library not loaded: @rpath/AppLovinSDK.framework/AppLovinSDK Referenced from: <6C6E6953-D300-3490-B5AD-BF22307A6766> /private/var/containers/Bundle/Application/C67CA70C-3B98-4379-B6C9-49232E8DBA38/MySuperGame.app/MySuperGame Reason: tried: '/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (errno=2, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (errno=2), '/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (errno=2, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (errno=2), '/private/var/containers/Bundle/Application/C67CA70C-3B98-4379-B6C9-49232E8DBA38/MySuperGame.app/Frameworks/AppLovinSDK.framework/AppLovinSDK' (errno=2), '/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (errno=2, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (errno=2), '/usr/lib/swift/AppLovinSDK.framework/AppLovinSDK' (e<…>'
You are missing the dynamic framework from your build: https://docs.airnativeextensions.com/docs/adverts/mediation/applovin#dynamic-frameworks
Thank you, now the crash in gone.
Getting this crash log on my iOS build. Unfortunately I can't test any fixes due to a lot of technical issues and my app is crashing live so it would be nice to get it fixed quickly. All ANE's should be updated. I might just pull AppLovin off the app if I can't fix it quickly.
I am performing this build on Windows, I have a Mac with Big Sur (which can't be upgraded) but not sure if a Mac build would fix this issue.