Forum Discussion
In-house app is not being distributed to a specific device
You may also compare OS versions of the devices, it can be an app not being compatible with the device you see the issue with and because of this not being displayed in the play store.
This is something stated in the app itself, so for example if you provide the app to the device manually (copy the apk to it via USB or so) and then install it, it may work but if the dependencies in the app says for example OS version must be Android 13 and you have an Android 14 device (or even other way around), playstore will not provide it to it.
Same can be said about hardware limitations. If the app for example needs camera access and you have an MC3300ax without a camera (possible with Zebra devices and less premium part numbers) then that could be another reason for it not being eligible for the app.
- MSK20 days agoLevel 1.6: Donut
Hi mattdermody,
We only have these permissions enabled:
<uses-permission android:name="com.symbol.emdk.permission.EMDK" />
<uses-permission android:name="com.zebra.provider.READ" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />Thank you,
Regards,
Related Content
- 2 years ago