Android应用程序命名约定 - 它真的重要吗? [英] Android App naming convention - does it really matter?

查看:103
本文介绍了Android应用程序命名约定 - 它真的重要吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

能否Andorid的应用程序有相同的名字 - 公共名..或者他们需要有不同的名称。

Can Andorid Apps have same name - public name.. or they need to have different names..

我要确保,如果我创建一个应用程序,并张贴在谷歌玩......别人SLD不可复制的应用程序,并使用相同的名称。

i want to ensure that if i create an app and post on google play... someone else sld not copy the app and host it elsewhere with the same name..

请告知,如果应用程序能够或不能够有同样的公共名。

please advise if apps can or cannot have same public name..

推荐答案

您的问题是关于具有相同名称的应用程序,但实际的问题是关于您的应用程序盗窃。这是两个不同的问题。

Your question is about apps having the same name, but your actual concern is about the theft of your application. These are two separate issues.

如果有人做你的APK的直副本,并试图将其发布到谷歌播放,那么就要如果你已经张贴同样的APK到谷歌播放自己是无法做到这一点。他们会从张贴pvented $ P $的原因,但是,这是由于它的包名作为与现有的应用程序,而不是它的名称,因为

If someone did a straight copy of your APK and attempted to post it to Google Play, then they would be unable to do so if you had already posted that same APK to Google Play yourself. The reason they would be prevented from posting it, however, would be due to its package name being the same as an existing app, not because of its name.

一个更复杂的小偷可能能够改变你的包名,如果他们能做到这一点,那么他们也很可能(甚至更容易)改变你的应用程序的名称。在这种情况下,他们也许能得到的应用程序发布到谷歌播放。然后,您就可以决定抱怨这谷歌,并要求侵权应用程序被拆除。有这类投诉此形式:

A more sophisticated thief might be able to change your package name, and if they could do that, then they could also probably (even more easily) change your app's name. In that case, they might be able to post the resulting app to Google Play. You then would might decide to complain about this to Google and ask that the infringing app be taken down. There is a form for this kind of complaint here:

http://support.google.com/googleplay/bin/ request.py?contact_type=takedown

我不知道你可能会从这样的抱怨得到什么样的结果,但谷歌最近变得更加专注于preventing侵权这样的应用程序,所以你可能会得到一个良好的反响。

I don't know what kind of results you might obtain from such a complaint, but Google has recently become much more focused on preventing infringing apps of this kind, so you might get a good response.

如果你在谈论其他应用商店,的之外的谷歌的游戏,那么你必须看看这些商店的政策。但肯定没有什么preventing已张贴在谷歌被张贴在这些其他卖场播放的应用程序,只要符合其他商店的政策。开发商这样做本身(在多个应用程序商店后)的所有时间。当然它可以具有相同的名称和相同的封装

If you're talking about other app stores, outside of Google Play, then you have to look at the policies of those stores. But certainly there is nothing preventing an app that has been posted on Google Play from being posted on these other stores, provided that it meets the policies of the other store. Developers do this themselves (post on multiple app stores) all the time. And of course it can have the same name and the same package.

关于对谷歌播放两个应用程序是否能有相同名称的更普遍的问题:

Regarding the more general question of whether two apps on Google Play can have the same name:

在过去,它一直是两个应用程序可能对谷歌播放同一个名字的情况。

In the past it has been the case that two apps could have the same name on Google Play.

然而,在2012年8月,(因为你发布你的问题),谷歌宣布,指出新的开发者计划政策

However, in August, 2012 (since you posted your question) Google announced new Developer Program Policies that state that

应用程式不得出现混淆性相似现有的产品,或与设备(如相机,图库或短信)提供的应用程序名称或图标。

"Apps must not have names or icons that appear confusingly similar to existing products, or to apps supplied with the device (such as Camera, Gallery or Messaging)."

完整的政策可以在这里找到:

The full policies can be found here:

http://play.google.com/about/developer-content- policy.html

这可能仍然是可以张贴具有相同的名称与现有应用程序的应用程序,但如果有人这样做,至少有一些机会,谷歌(按设计有点神秘莫测)自动检测过程将标记应用程序为由于上述原因。这可能会导致谷歌从一个字母,如果应用程序的名称没有改变,最终移除。

It may still be possible to post an app that has the same name as an existing app, but if someone did that, there is at least some chance that Google's (somewhat inscrutable by design) automated detection process will flag that app for the above reason. This could lead to a letter from Google and, if the app's name were not changed, an eventual takedown.

这些政策都比较新,而且很可能没有人,甚至是谷歌,知道的究竟的他们将如何发挥出来。怎么样,比如,将谷歌解决已经类似命名的应用程序?它将与第一个应用去使用的名称,还是会与具有名字最流行的应用程序走,还是会要求应用所有者进行谈判和解,或者它只是让暧昧名称中祖父?我当然不知道答案,但对于新的应用程序,可以肯定,诚实的开发商将避免命名的方式,类似于你的应用,谁使用相同的名称贪官有可能从谷歌听到他们的应用程序。

These policies are relatively new, and probably nobody, even Google, knows exactly how they are going to play out. How, for example, will Google resolve apps that are already similarly named? Will it go with the first app to use the name, or will it go with the most popular app having the name, or will it ask app owners to negotiate a settlement, or will it just allow the ambiguous names to be grandfathered in? I certainly do not know the answer, but for new apps, for sure, honest developers will avoid naming their apps in a manner that is similar to your app, and malfeasants who use the same name are likely to hear from Google.

这篇关于Android应用程序命名约定 - 它真的重要吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆