←back to thread

1704 points ardit33 | 3 comments | | HN request time: 0s | source
Show context
vortico ◴[] No.24150403[source]
I'm a software developer considering releasing a mobile version of my software. Is there a way to completely bypass the iOS app store and allow users to download and install iOS apps from Safari? I hear stories like this all the time and don't want to touch the App Store one bit.

Can this be done with Android? Perhaps I could release for Android-only and allow the app to be downloaded with Chrome.

replies(2): >>24150483 #>>24150488 #
hu3 ◴[] No.24150488[source]
Android's let's you download the app from any website. No questions asked. And the app can charge you without giving Google a single dime.

For example I can go to itch.io and download this game directly to my phone: https://majorariatto.itch.io/pureya

replies(1): >>24150609 #
askvictor ◴[] No.24150609[source]
Not quite no questions asked - you first need to enable a setting, then get through the warnings. That said, Android comes with an ability to install other _App Stores_
replies(2): >>24151462 #>>24151810 #
1. osn9363739 ◴[] No.24151462[source]
Does that setting also stop you from using some apps? such as banking apps etc. I recall something like that.

(sorry, Apple user here)

replies(2): >>24151828 #>>24152106 #
2. hu3 ◴[] No.24151828[source]
I never heard about any type of application being blocked but I also can't imagine banks wanting to distribute their applications outside of the official playstore.
3. askvictor ◴[] No.24152106[source]
This setting won't in itself stop you using any apps. But apps can (I think) determine where they were installed from, so a banking app might be able to detect this and bail out.

Google's Android (don't think this is in AOSP; probably tied to Google Play Services) also checks non-play-store apps for malware on your phone, and might reject them if they contain malware.

Some apps also try to detect rooted/jailbroken phones and won't run (or at least give a warning) in that situation.