简体   繁体   English

上载Google Play商店时在Android APK文件上添加关键字

[英]Adding keyword on android apk file when uploading google play store

I uploaded the apk file to google play store. 我将apk文件上传到了Google Play商店。 But i cannot find my project from google play store when i search my package name. 但是当我搜索程序包名称时,我无法从Google Play商店中找到我的项目。 How can i do for searching on google play store to detect my application.? 如何在Google Play商店中搜索以检测我的应用程序?

If your application name is for example The Best Application Of The World, and you are using Google Plays search, it will propably not show your app in search results. 例如,如果您的应用程序名称是“全球最佳应用程序”,并且您正在使用Google Play搜索,则可能不会在搜索结果中显示您的应用程序。 But if you enclose the name with quotes like "The Best Application Of The World" then Google Play search should show only your app and nothing else (if it is published). 但是,如果用“世界上最好的应用程序”之类的引号将名称括起来,则Google Play搜索应仅显示您的应用程序,而不显示其他任何内容(如果已发布)。

First assure your application successful published at right side of google play console. 首先确保您的应用程序成功发布Google Play控制台的右侧

If successful publish then it will appear in with a 1-24 hours. 如果发布成功,它将在1-24小时内出现。

I think it just has to do with Google's server traffic (many apps are waiting to be processed for accepting request). 我认为这只与Google's server traffic (许多应用正在等待接受请求的处理)。

Be happy it will be appear in shortly. 很高兴它将很快出现。

The apps are usually published within a few hours, but it can take longer for the search system to be updated so that's why you sometimes can't search for it immediately after it is published. 这些应用通常会在几个小时内发布,但是搜索系统的更新可能需要更长的时间,因此这就是为什么有时发布后无法立即对其进行搜索的原因。

If you want to get to the app after it has been published, use the reverse domain name of your application package: 如果要在发布应用程序后进入该应用程序,请使用应用程序包的反向域名:

https://play.google.com/store/apps/details?id=com.mycompany.myapplication

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM