简体   繁体   English

如何过滤要从Google Play下载到特定设备的Android应用?

[英]how to filter android app to be downloaded from google play to specific device?

I have to configure filter in my android app so it should only visible for specific set of devices(for eg. HTC, Samsung tabs etc..), assume other configurations like minsdk version etc.. are compatible with these set of devices, only i have to add one extra filter to make this app visible for some set of devices. 我必须在android应用中配置过滤器,因此它仅应在特定设备集(例如HTC,三星标签等)中可见,并假设其他配置(如minsdk版本等)仅与这些设备集兼容我必须添加一个额外的过滤器,以使该应用对于某些设备可见。

So scenario would be: 因此场景将是:

After uploading the app to Google play, when user tries to search the app it should only visible to the user who is having HTC ,Samsung tabs otherwise it should not be visible means if user searches this app using any other tab or phone it should not be visible for download. 将应用程序上载到Google Play后,当用户尝试搜索该应用程序时,它应该仅对拥有HTC的用户可见,三星标签页否则将不可见,这意味着如果用户使用任何其他标签页或电话搜索该应用程序,则不应可供下载。

Can anyone having idea how to achieve it? 任何人都知道如何实现它吗?

Don't think in code its possible at this point. 现在不要在代码中考虑它的可能。

However when you upload the app to Google Play you can remove any and all devices of your choosing. 但是,当您将应用程序上传到Google Play时,可以删除您选择的所有设备。 So just make sure the filters will allow your devices and don't worry about what else can use it. 因此,只需确保过滤器可以使用您的设备,而不必担心还有什么可以使用它。

The when you upload it into Android Developer Console you will see something like this: 将其上传到Android开发者控制台时,您将看到类似以下内容: ADC

Then click "Show devices" 然后点击“显示设备”

在此处输入图片说明

Then just exclude the ones you don't want. 然后,将不需要的部分排除在外。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Android Studio Android 应用程序在设备上运行 Google plus 但从 Play 商店下载时不起作用 - Using Android Studio Android app Working Google plus on device but when downloaded from play store Not Work 如何知道该应用是从Google Play下载的? - How to know the app is downloaded from Google Play? 应用程式无法从Play商店下载到某些Android装置中 - app not getting downloaded in some android device from play store 如何检测Google Play商店是否正在下载/安装特定应用? - How to detect if a specific app is being downloaded/installed by the Google Play store? 如果从Google Play下载应用,则android facebook登录将停止工作 - android facebook login stops working if app is downloaded from google play 如何防止Android应用程序被外部谷歌播放下载 - How to prevent android app being downloaded outside google play 如何知道谁从Google Play下载了该应用程序的电子邮件ID - how to know email id of whom downloaded the app from Google Play 如何在AOSP中执行从Google Play下载的APP? - How to execute APP downloaded from Google Play in AOSP? 如何知道应用是否已从Google Play或亚马逊下载? - How to know if an app has been downloaded from Google Play or Amazon? cordova检测应用程序是否从Google Play下载 - cordova detect if app was downloaded from Google Play
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM