Hello, I recently purchased a Beam Pro to upload custom APKs for development builds for spatial apps I am developing. This is the best option since I do not have a Samsung/Android phone. Where is documentation relating to using non-Google-Play APKs on Beam Pro?
thank you for reaching out. Currently, there isn’t specific documentation for uploading non-Google Play APKs to the Beam Pro. However, from a technical perspective, installing APKs on the Beam Pro is similar to doing so on any standard Android device. You can simply use the command adb install [package_name].apk in your command line or terminal to install your APKs directly.