How to check whether my app is updated

Hi,

I would like our developer to place the apk file of an app on a cloud storage. And, I would like to download the apk from there and install it on a Nreal glasses (I usually use a dev-kit). Of course, I can download it with a browser and install it with adb install or with GUI (e.g., scrcpy). But, here, I would like to manage the downloading and installing an app only on a Nreal glasses.In other words, I would like to realize that I can check and install updates or new app by clicking an icon in Dev-kit’s launcher. I would not like to use any PCs, GUIs, and adb install command to do that.

Does anyone have a solution or any ideas to realize this?

maybe this helps: https://forum.unity.com/threads/solved-self-updating-on-android-without-google-store.476110/#post-3109063

1 Like

Thank you @jan I will check the thread soon.