I want to install from an apk file, downloaded from my website. (removed iOS as (Ad-hoc Deployment) answered it.
Asked
Active
Viewed 78 times
0
-
You cannot. The files are downloaded to the device, and installed from there. In case of Android, the PackageManager takes care of this, not the browser. You need to explicitly click the .apk file from some file manager. – Susmit Agrawal Jul 06 '18 at 20:50
-
I mean when you click a link it downloads them and prompts the install. – SomeoneIsHere...Watching Jul 06 '18 at 21:49
-
Possible duplicate of [Ad-hoc Deployment](https://stackoverflow.com/questions/19081180/ad-hoc-deployment) – Sean Kladek Jul 06 '18 at 22:34
-
What information are the other posts missing? Be specific. There are many options for this. Apple's TestFlight, HockeyApp, and Fabric are probably the 3 biggest, Apple's TestFlight being the most restrictive, HockeyApp being the least. `Ad hoc iOS distribution` is what you're looking for. – Sean Kladek Jul 06 '18 at 22:36
-
Like at (https://gknops.github.io/adHocGenerate/) but updated, and also (http://builds.io/) – SomeoneIsHere...Watching Jul 06 '18 at 22:37
-
Yes it's possible. The first link you posted tells how to do it. The post I marked this as a duplicate of tells how to do it. So what's your question? – Sean Kladek Jul 06 '18 at 23:09
-
The android method. – SomeoneIsHere...Watching Jul 07 '18 at 06:40
-
I can't collect the device UDID's, any other methods..? – SomeoneIsHere...Watching Jul 07 '18 at 06:50