dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

[Android] App hangs on splash after clearing data/cache #25876

Closed nathenxbrewer closed 6 days ago

nathenxbrewer commented 6 days ago

Description

#1787 Same as this bug report says. I deployed an app to my phone, it launches no problem via Run or Debug, using Rider. When I clear cache and/or data in Settings, the app will not launch. Splash screen has stayed on the screen for 5 mins, that's the most I've been willing to wait.

Steps to Reproduce

  1. Create a File -> New .NET MAUI app.
  2. Deploy to physical device using Debug or Run
  3. Clear data/cache from Settings

Expected: App should launch normally Actual: App never launches

Link to public reproduction project repository

No response

Version with bug

8.0.100 SR10

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 13

Did you find any workaround?

No response

Relevant log output

similar-issues-ai[bot] commented 6 days 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.

nathenxbrewer commented 6 days ago

After building for Release mode, this is no longer happening.