marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

App Crashing on iOS at start up, release build only. #65

Open sachinkanadia opened 4 months ago

sachinkanadia commented 4 months ago

LightWork-2024-02-08-115853 copy.ips.txt

Rename the attachment to ".ips" only.

After upgrading to the latest version 1.2.1 its still crashing on release build for iOS. Debug build runs fine.

If you could help that would be much appreciated.

Thanks

marcojak commented 4 months ago

Could you try to change the "Linker behaviour" to "Don't Link"? So we cna see if it works with that.

sachinkanadia commented 4 months ago

2024-02-1019-27-56.0078+0000-00f9e044e2c066f1ac7dac99b3980c0e7523ab25.crash.txt

This is the symbolical crash report. I will try to turn off the Linker.

sachinkanadia commented 4 months ago

I tried turning off the Linker however it throws more errors when I try to upload to TestFlight. So then I tried turning the Linker back on and using another AppId for the GADApplicationIdentifier (The test AppId in the readme file). The App is still crashing in the same place on start-up.

marcojak commented 4 months ago

I'll try to build it in release and see if I get the same issue

On Sun, 11 Feb 2024, 12:44 sachinkanadia, @.***> wrote:

I tried turning off the Linker however it throws more errors when I try to upload to TestFlight. So then I tried turning the Linker back on and using another AppId for the GADApplicationIdentifier (The test AppId in the readme file). The App is still crashing in the same place on start-up.

— Reply to this email directly, view it on GitHub https://github.com/marcojak/MauiMTAdmob/issues/65#issuecomment-1937626022, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUIPIR5FOBBDRREU2SPNZDYTCVLTAVCNFSM6AAAAABDC6A2XWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGYZDMMBSGI . You are receiving this because you commented.Message ID: @.***>

sachinkanadia-se commented 4 months ago

The release build will run fine. It's only when I run the App from TestFlight I get the error on start up. If you could try to replicate and see that would be great. Thanks

sachinkanadia commented 4 months ago

@marcojak were you able to replicate the iOS crash running on release build?

marcojak commented 4 months ago

I haven't had a chance to test the release on TestFlight.

Are you sure the issue on TestFlight comes from this plugin? Have you tried on TestFlight a test version without the plugin?