Android 市场上的应用程序和手机上的应用程序可以有不同的名称吗?

发布于 12-21 20:40 字数 213 浏览 3 评论 0原文

我的应用程序有一个很酷的名称,安装在手机上时会显示该名称,但我希望在 Android 市场上为它起一个不同的名称。

我的应用程序使用 Facebook 的图形 API,因此我想要类似“AppName for Facebook”的内容,以便它可以在市场上获得更多 Facebook 关键字点击,但我实际上并不希望全名显示在手机的主屏幕上(我只是希望它显示为“AppName”)。有可能做到这一点吗?

I have a cool name for my app that shows up when installed on a phone but I would like to have a different name for it on the Android market.

My app uses Facebook's graph API so I want to have something like "AppName for Facebook" so that it can get more Facebook keyword hits on the market but I don't actually want the full name to show up on the phone's home screen (I just want it to show as "AppName"). Is it possible to accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

桃扇骨2024-12-28 20:40:04

市场中的标题与手机上的标题不同。您可以根据需要在市场中设置标题。

转到开发者控制台,单击您的应用程序,然后在详细信息区域中您可以设置您的标题。

手机上的标题当然是在应用程序标签中的AndroidManifest.xml中设置的

The title in the Market is not the same title as on the phone. You can set the title in the Market as you wish.

Go to the developers console, click on your app, then in the details area you can set your title.

The title on the phone is of course set in the AndroidManifest.xml in the application tag

何止钟意2024-12-28 20:40:04

简短的回答是
当您上传申请时,您可以填写市场网站上的“标题”字段。
电话上显示的名称是您在清单文件中指定的名称。

Short answer is yes.
When you upload your application, you get to fill in a 'title'-field on your market site.
The name displayed on the phones is the one you specify in the manifest file.

清醇2024-12-28 20:40:04

是的,就像所有其他人所说的那样,这是可能的,因为您可以在发布应用程序时输入自定义名称(有些应用程序的标题中甚至包含“销售”之类的内容)。

但是,我不建议在您的标题中使用 Facebook 这个词。

  1. 它不会对您的排名产生太大影响,因为您的应用只有很少的下载量
  2. 您的应用将被删除因为 Facebook 不喜欢标题中含有自己名字的应用程序,并会尽一切努力删除这些应用程序。

Yes, like all the others stated, it is possible, as you can enter a custom name when publishing the app (some apps even have stuff like "Sale" in their title).

However, I would not recommend using the word Facebook in your title

  1. It won't impact your rank very much, as your app has only a few downloads
  2. Your app will be removed because Facebook doesn't like apps that have their name in their title and does everything to remove these apps.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文