Android Question Install apk

BeneBarros

Active Member
Licensed User
Longtime User
is there any example that can guide me how to make a apk installation via web or b4j server?
 

DonManfred

Expert
Licensed User
Longtime User
You cannot make an android installation over web or over an b4j app.
 
Upvote 0

udg

Expert
Licensed User
Longtime User
Hi BeneBarros,

to test my AppUpdating lib I did exactly that. Registered to a free hosting service (000webhost), then uploaded my apk and an html page containing a link (a href) to that apk. Using .htaccess you could even define free access folders and protected ones.

Note: as explained on Stackoverflow the result may depend on the server configuration; I recently found that 000webhost changed their config and now I can't directly link an apk anymore.

udg
 
Upvote 0
Top