My app works fine on debug, but when I Run a release build, the app starts and immediately crashes with the following error:
10.29.0 - [FirebaseSessions][I-SES000000] Sessions SDK did not have any dependent SDKs register as dependencies. Events will not be sent.
=================================================================
Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
My Debug and Release configs are as follows. Note: on release I have tried turning on and off various options but still not working.
My app works fine on debug, but when I Run a release build, the app starts and immediately crashes with the following error:
My Debug and Release configs are as follows. Note: on release I have tried turning on and off various options but still not working.