Open erossini opened 1 month ago
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
I have the same issue on A25. On other phones work
@erossini @AramMar Could you provide us with a sample project so we can investigate it further? Looking forward to your reply!
Description
I have my
.NET 8 MAUI
application and I tried to deploy it on a real Android device after updatingMAUI
to the version 8.0.82When the application starts I get this error
I understood the error comes from changes from the
SecurityStorage
in the Maui Essentials. On GitHub, I read that the workaround is to set toFalse
in theAndroidManifest
the backup like thatbut I continue to receive the message and I can't run the application. Checking the preview documentation, I read I have to update also the auto_backup_rules.xml like the following
but it is not working. How can I fix this issue?
Public API Changes
Looking around, this could be related to the
SecurityStorage
.Intended Use-Case
When the application starts, this error is immediately raised by the app only in Android.
I saw a few posts but none of them offer a solutions. For example: