←back to thread

522 points josephcsible | 3 comments | | HN request time: 0s | source
Show context
itg ◴[] No.45570037[source]
Installing any app I want outside the Play Store was the primary reason I decided to go with Android, despite most of the people I know using iPhones. If I can't do this anymore, I may as well switch and be able to use iMessage and FaceTime with them.
replies(15): >>45570221 #>>45570261 #>>45570265 #>>45570587 #>>45570668 #>>45572259 #>>45572346 #>>45573245 #>>45573688 #>>45573719 #>>45573848 #>>45573983 #>>45574065 #>>45574119 #>>45574318 #
brazukadev ◴[] No.45570221[source]
> Installing any app I want outside the Play Store was the primary reason I decided to go with Android

You still can do that with PWAs in Android. Let's see for how long.

replies(3): >>45570249 #>>45572497 #>>45573267 #
_imnothere ◴[] No.45570249[source]
> PWAs

And I wonder when can we stop lying to ourselves pretending "web"-apps are real (native) apps?

replies(1): >>45570579 #
llbbdd ◴[] No.45570579[source]
Why?
replies(1): >>45572129 #
pooyamo ◴[] No.45572129[source]
Can you create and run a service that starts when phone is turned on, with a PWA app? Usecase is a backup daemon.
replies(1): >>45573137 #
1. claytongulick ◴[] No.45573137[source]
Does every app need to do this?

I make lots of "real" healthcare apps that are PWAs.

Much better installation and user experience, no dev cert nonsense, brain dead simple updates, no app store, etc...

replies(1): >>45573273 #
2. 01HNNWZ0MV43FF ◴[] No.45573273[source]
Backup, file sync, and chat... very common and important use cases. Not everything can start with a user request.
replies(1): >>45573480 #
3. Rohansi ◴[] No.45573480[source]
You shouldn't need a service running all the time for chat. Just use push notifications.