Install external apps within app. Is it possible with Niotron?

Hello everyone!
So this is basically what I want :
When a user clicks on the download app button, the APK should download to the user’s storage and then the application should be directly installed to the Users device through the app. Is it possible through Niotron?

1 Like

Yess, It is possible

How? Can you please explain or show the blocks?

1 Like

Yeah Sure
Search for the component Downloader
And to download something use this block
image

Please mark this as solution

Bro… Everyone knows this already. I am asking how to install the application directly through the app without the need to open the file click on Install and then the app will be installed.

1 Like

Sorry bro
I never thought of it :thinking:

Some permission is required from the User. Many apps use that permission for example app stores etc…

1 Like

File/Storage Permission

This permission is required for downloading any file but for installing apps, some other permission is required.

1 Like

Is it atleast possible to open the APK file for the user to download it manually?

2 Likes

@Khalidinfotech Wait For sometime let me make a sample project for you

Try this (it will download the APK to the ASD and install it without any permissions):

installAPK.aia (9.4 KB)

Set your URL to the APK, build APK and try.

3 Likes

can you tell me it will work androd version 10+?

Can you please provide the extension .aix that you have used?

Does it work for you?

Yes, tried it on Android 5 and Android 11 and it works!

I went through this guide of yours but I didn’t find the download .aix option. Looks like you have removed it :thinking:

[InstallAPK.aix]

I’ll remove it again, when I’ve uploaded the extension in the extension category.
EDIT: aix removed, see here:

grafik

1 Like