

4·
3 hours agoNot sure why you’d even need an app in Play in 2025, PWA support on Android is great.
Not sure why you’d even need an app in Play in 2025, PWA support on Android is great.
It’s been nearly 10 years since you needed to develop with C# on Windows.
New versions of .NET have been cross platform with a free IDE since 2016.
Progressive Web Apps, it’s just a website that masquerades as an app and can do most of the same things.
All you have to do is link a manifest file in your root HTML page and Android users will be prompted to “Install the app” when they visit the site.
You get an icon on the home screen, a full screen app view, and it can handle links like other apps. Your manifest can request permissions like location, etc.
I guess some companies will always want a Play Store presence, but it’s not really necessary for most apps.