can anyone tell me how could i create a down loadable link for my android app for users.
so that i can send them a mail. and as user click on that mail from mobile my app start installation. how could i do this…
can anyone tell me how could i create a down loadable link for my
Share
Just to enhance fredley’s answer, if you run your own web server or have it hosted, you may need to ensure the mime type is set to the correct value, ie, “application/vnd.android.package-archive” as well as ensuring that the suffix is .apk . You can see an way of doing this at http://www.barcodebeasties.com/downloads (sorry for the blatant advert – but an example often speaks 1000 words).