#Installing apk using apk generated from unity

1 messages · Page 1 of 1 (latest)

spring musk
#

Can someone please help me in guiding how can I install .apk files from my unity android application [.apk]
The idea is to push updates and make them install using the unity built application itself.
I wish to target all the latest Android versions and devices.

[Restriction:I can't use Google play for this]
notlikethis

topaz musk
#

It should be possible with java/kotlin to download and then prompt the user to install an app but Im not sure how. If using another store front check what they provide

spring musk
topaz musk
#

From what I saw online it may be possible via some intent but i presume it will be limited to prompting installation unless your app has certain permissions.