Closed lemcoder closed 1 year ago
At Platforms/Android/Resources/values
add the following line to your strings.xml
:
<resources>
...
<string name="com.google.firebase.crashlytics.mapping_file_id">none</string>
...
</resources>
This is needed because Crashlytics was added in version 1.3.0.
I didn't even have a strings.xml but it worked fine creating one and adding the line above.
When i try to register application in MauiProgram.cs i get the following error:
error occurs here:
Works fine in v1.2.0