distriqt / ANE-Adverts-Mediation

Mediation adapters for the Adverts ANE
https://airnativeextensions.com/extension/com.distriqt.Adverts
12 stars 0 forks source link

Сrash. FAN Adapter #48

Closed Dima107 closed 1 year ago

Dima107 commented 1 year ago

The app crashing when trying to open the game on the iPad Air Air SDK 929 Devices + OS: iPad Air (11.4.1) ANEs version - latest

if don't add FAN I have no issue.

Log contains few lines with errors. They contains "FBApplicationProcess"

I don't use Facebook.ane for my app iPad AIR error log.txt

List of ANEs anes.txt

marchbold commented 1 year ago

FBApplicationProcess is not actually related to Facebook despite the FB prefix, it is actually an iOS class.

Could you post the crash log as well, there doesn't appear to be any information in the console log?

Generally my guess here if the crash is caused by adding the audience network ane would be that you haven't packaged the dynamic frameworks in your application. Check the docs on adding the dynamic framework:

https://docs.airnativeextensions.com/docs/adverts/mediation/facebookaudience#add-the-extension

Dima107 commented 1 year ago

Dynamic frameworks were added. I'm sure. If I don't add them crash happens on all devices

Crash happens only on one of our devices. - Device + OS: iPad Air (11.4.1)

This log sent me tester. He says it's a crash log. I have no another log

marchbold commented 1 year ago

Are you including the swift libs in the Frameworks folder?

If you support versions of ios < 12 you need to include the swift libs as well.

Generally we advise using 12 as the minimum these days but if you need to support older version you need to include them.

Dima107 commented 1 year ago

Ok. Thank you

Can you help me to find correct versions of swift libs?

marchbold commented 1 year ago

Try these ones:

https://drive.google.com/file/d/1lugqX2B_QigdWiiK7bsnz_eiS__--Dpf/view?usp=sharing

You need to include them in your Frameworks directory.

Dima107 commented 1 year ago

thank you