简体   繁体   English

如何在android中为AppIndexing添加键? 使应用程序更易于访问

[英]How to add keys for AppIndexing in android? To make the app more reachable

I am developing an app and I need to specify the keywords which will make my app more reachable.我正在开发一个应用程序,我需要指定使我的应用程序更易于访问的关键字。 It can be done using app indexing but I am not sure where the keywords should be added.可以使用应用程序索引来完成,但我不确定应该在哪里添加关键字。 Any Help is appreciated.任何帮助表示赞赏。

To get discovered on google play search follow these instructions: https://support.google.com/googleplay/android-developer/answer/4448378?hl=en要在 google play 搜索中发现,请按照以下说明进行操作: https : //support.google.com/googleplay/android-developer/answer/4448378?hl=en

App Indexing puts your app in front of users who use Google Search. App Indexing 将您的应用展示在使用 Google 搜索的用户面前。 It works by indexing the URL patterns you provide in your app manifest and using API calls from your app to make content within your app available to both existing and new users.它的工作原理是将您在应用清单中提供的 URL 模式编入索引,并使用来自应用的 API 调用使应用中的内容可供现有用户和新用户使用。 More info regarding App Indexing: https://developers.google.com/app-indexing/有关 App Indexing 的更多信息: https : //developers.google.com/app-indexing/

Cheers,干杯,

MB MB

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

相关问题 如何在不预先从服务器轮询的情况下使android应用可访问? - How to make an android app reachable without repreatedly polling from a server? Android appindexing集成 - Android appindexing integration 如何在Android应用程序的文本末尾添加“ [more…]” - How to add “[more…]” at end of text in android app Android Studio中不存在Appindexing - Appindexing does not exist in Android Studio 应用程序索引错误 - java.lang.NoClassDefFoundError:解析失败:Lcom / google / android / gms / appindexing / AppIndex - App-indexing Error - java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/appindexing/AppIndex 如何使用附加插件制作android应用程序? - How to make android app with add-on plugin? 如何在Android中了解服务器是否可达? - How to know the server in reachable or not in android? 如何让安卓应用程序更快地连接到远程服务器 - How to make android app more faster in connecting to the remote servers 如何让我的应用兼容更多版本 android? - How to make my app compatible with more versions android? 无法解析配置':app:_debugApkCopy'的所有依赖项。 找不到com.google.android.gms:play-services-appindexing:10.0.1 - Could not resolve all dependencies for configuration ':app:_debugApkCopy'. Could not find com.google.android.gms:play-services-appindexing:10.0.1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM