英文:
Is there a way to restrict access to a Wear OS app?
问题
我发布了一个更新,适应不同类型的屏幕,包括小屏幕,但现在出现了一个问题:Google Play控制台将我的应用识别为Wear OS,尽管我并没有针对该平台进行优化。
有没有办法限制对Wear OS应用的访问?
英文:
I released an update to my app that adapted to different types of screens, including small ones, but now I have a problem: Google Play Console recognizes my app as Wear OS, even though I haven't optimized it for that platform.
Is there a way to restrict access to a Wear OS app?
答案1
得分: 1
看起来你可以在Google Play商店中使用设备目录。
你可以通过以下方式进入设备目录页面(发布 > 覆盖率与设备 > 设备目录),然后将其手动排除。
指南:
https://support.google.com/googleplay/android-developer/answer/7353455?hl=zh_CN
或者,你也可以尝试通过将某些功能,比如相机,设置为必需功能,来欺骗Wear OS,使其标记你的应用为不受支持。不过我对这个方法不太确定。
英文:
It looks like you can use the Device Catalog in Google Play Store.
You can go to the Device catalog page by using (Release > Reach and devices > Device catalog), and set it to be manually excluded.
Guide:
https://support.google.com/googleplay/android-developer/answer/7353455?hl=en
Alternatively you might be able to trick Wear OS into marking your app unsupported by setting something like a Camera to be a required feature. I am not certain of this one though.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论