ilan Expert Licensed User Longtime User Nov 17, 2021 #1 hi i have an app running on several devices (company app). it is not available in the store it is installed directly on the device. is it possible to perform an auto update if a new update is available? without having the user to do anything. the app is always running in forground. thanx
hi i have an app running on several devices (company app). it is not available in the store it is installed directly on the device. is it possible to perform an auto update if a new update is available? without having the user to do anything. the app is always running in forground. thanx
LucaMs Expert Licensed User Longtime User Nov 17, 2021 #2 https://www.b4x.com/android/forum/threads/appupdating-2-0-update-non-market-apps.98419/ Upvote 0
ilan Expert Licensed User Longtime User Nov 17, 2021 #3 LucaMs said: https://www.b4x.com/android/forum/threads/appupdating-2-0-update-non-market-apps.98419/ Click to expand... thanx, i will have a look at it. Upvote 0
LucaMs said: https://www.b4x.com/android/forum/threads/appupdating-2-0-update-non-market-apps.98419/ Click to expand... thanx, i will have a look at it.
DonManfred Expert Licensed User Longtime User Nov 17, 2021 #4 ilan said: without having the user to do anything Click to expand... No. The user is expected to click on Install. Even with above link. Upvote 1
ilan said: without having the user to do anything Click to expand... No. The user is expected to click on Install. Even with above link.
Erel B4X founder Staff member Licensed User Longtime User Nov 18, 2021 #5 DonManfred said: No. The user is expected to click on Install. Even with above link. Click to expand... True. The only way to install an APK is: Version safe APK installation And the user always need to confirm installation. Upvote 0
DonManfred said: No. The user is expected to click on Install. Even with above link. Click to expand... True. The only way to install an APK is: Version safe APK installation And the user always need to confirm installation.
ilan Expert Licensed User Longtime User Nov 18, 2021 #6 Erel said: True. The only way to install an APK is: Version safe APK installation And the user always need to confirm installation. Click to expand... thank you Erel for the clarification. Upvote 0
Erel said: True. The only way to install an APK is: Version safe APK installation And the user always need to confirm installation. Click to expand... thank you Erel for the clarification.
amorosik Expert Licensed User Nov 18, 2021 #7 Erel said: True. The only way to install an APK is: Version safe APK installation And the user always need to confirm installation. Click to expand... And the 'confirm installation' would not be possible to simulate it via code? Upvote 0
Erel said: True. The only way to install an APK is: Version safe APK installation And the user always need to confirm installation. Click to expand... And the 'confirm installation' would not be possible to simulate it via code?
Erel B4X founder Staff member Licensed User Longtime User Nov 18, 2021 #8 amorosik said: And the 'confirm installation' would not be possible to simulate it via code? Click to expand... Of course not. It is a security measure. Same as the permissions dialog. Upvote 0
amorosik said: And the 'confirm installation' would not be possible to simulate it via code? Click to expand... Of course not. It is a security measure. Same as the permissions dialog.
ilan Expert Licensed User Longtime User Nov 18, 2021 #9 except for google. the google app is updating apps even if my phone is locked. but i believe this option is not open for developers. Upvote 0
except for google. the google app is updating apps even if my phone is locked. but i believe this option is not open for developers.
Erel B4X founder Staff member Licensed User Longtime User Nov 18, 2021 #10 ilan said: except for google. the google app is updating apps Click to expand... They are probably Google Play or OS preinstalled apps. Upvote 0
ilan said: except for google. the google app is updating apps Click to expand... They are probably Google Play or OS preinstalled apps.
Peter Simpson Expert Licensed User Longtime User Nov 18, 2021 #11 Manage private Android apps in Google Play | Device management | Google Workspace Help support.google.com Upvote 0
Manage private Android apps in Google Play | Device management | Google Workspace Help support.google.com