Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to self-publish android app

Tags:

android

Hi i'm wondering what is the process i have to follow in order to self-publish an app in my website. Is it just to put the .apk file in the website and provide a link to the user to navigate (from the phone) to the app and install it?

  1. Would the user need some extra knowledge to be able to install the app?
  2. Can the user install it with one click?
  3. What about updates, can the user get a notification when there's a new version?
  4. Would the user need to unistall and reinstall the app when upgrading to a newer version?

Thanks in advance.

like image 234
madcoderz Avatar asked Jan 11 '11 09:01

madcoderz


People also ask

How much does it cost to publish an app on Android?

There is only a one-time fee of $25 which you pay when you publish your first application. After this, all the apps you publish on google app store for android are cost-free.

Can you publish an Android app for free?

Publishing apps on Google Play is free. But you need to pay one-time fee of $25 for creating Developer's account. After that you can publish any number of Android apps without charges.


1 Answers

  • No extra knowledge, and they can install with one click. They DO however have to have installation of "non-market applications" enabled in the settings.
  • Update notifications can only work if you program it in your app. Request some sort of flag from your site or something. So no basic support for that
  • You don't need to uninstall and reinstall. Mind your versionNumber though.
like image 97
Nanne Avatar answered Oct 23 '22 21:10

Nanne