문제

I want to send someone link for the APK once he presses on the download link the apk will be downloaded and opened automatically just like it happens in Google Play!

Possible?

도움이 되었습니까?

해결책

You are welcome to send a link to an APK file to somebody. So long as the Web server serves that APK with the correct MIME type (application/vnd.android.package-archive), when the user clicks on the link, it should download the file. The user will then usually need to do something else (e.g., tap on a notification) to kick off the installation, though this may vary by browser implementation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top