Sending ionic app via wifi

Hi,

Sir plz help me out.
i need to send the app that I’ve created across internet via a webpage.
I am using xamp server for hosting my web page
I wan to know that,
=> if a person accesses my webpage from mobile ; than on clicking “Install app” button , the app must automatically get downloaded to their mobile
so is there any way how i can do this and send it over my web page.
and if yes,than which file from ionic must be deployed.

You can upload the .apk (Android) to your website which the users may download. The apk is the final package that gets installed on the device.

But, what you’ll probably want, is to have a url that opens the application on their phone if installed and otherwise redirects to the play store to download it. Checkout this url.