Hi,
I have the same app code that produce two different apps with different bundle id.
I have created tow plist file and put inside the folder Platform iOS.
I load the plist file based on the app package name, but when I try to pass the plist path at the CrossFirebase.Initialize function the app crashes with this error:
System.Exception: 'Could not initialize an instance of the type 'Firebase.Core.Options': the native 'initWithContentsOfFile:' method returned nil.
It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.'
Hi, I have the same app code that produce two different apps with different bundle id. I have created tow plist file and put inside the folder Platform iOS.
I load the plist file based on the app package name, but when I try to pass the plist path at the
CrossFirebase.Initialize
function the app crashes with this error:this is the code used to load the plist file:
inside the csproj file: