简体   繁体   English

android的包名称:对应的域名已经被占用?

[英]package name of android: the corresponding domain name is already taken?

I have an android app on Google Play published. 我在Google Play上发布了一个Android应用。 When I developed it, I falsely assumed that the domain name corresponding to my package names first 2 parts (com.radlmaier) was registered by my brother, which would be fine (He is not into IT Development) 开发它时,我错误地认为与我的软件包名称相称的域名的前两个部分(com.radlmaier)是由我的兄弟注册的,这很好(他不参与IT开发)

Today I found out that my brother's domain name is radlmaier.net instead of radlmaier.com. 今天我发现我兄弟的域名是radlmaier.net而不是radlmaier.com。 So, I checked if I can register radlmaier.com and found out it is already taken but for sale. 因此,我检查了我是否可以注册radlmaier.com,发现它已经被拿来出售。 A further inquiry turned out that the owner wants at least 1800 USD for the domain. 进一步的查询结果显示,域名所有者希望至少获得1800美元。

Clearly, I cant nor I am willing to pay as much for a name which is not generic. 显然,我不能也不愿意为一个非通用名称付出高昂的代价。 Obviously the owner is speculating with domain names (which, btw, under german law would be prohibited). 显然,所有者正在猜测域名(顺便说一句,根据德国法律,域名将被禁止)。

So what are the actual implications? 那么实际含义是什么?

As far as I understand, noone can use my complete package name com.radlmaier..... as it is already in use on Google Play. 据我了解,没有人可以使用我完整的程序包名称com.radlmaier .....,因为它已在Google Play中使用。 I dont want to change my package name because current users of the app wouldnt get any automatic updates. 我不想更改我的程序包名称,因为该应用程序的当前用户不会获得任何自动更新。 But what are the further implications? 但是进一步的含义是什么? Could there be any problems in the future? 将来有什么问题吗?

I should note, that the name "radlmaier" is very rare in Germany, nearly everybody carrying this faily name is related to my family more or less directly. 我应该指出,“ radlmaier”这个名字在德国很少见,几乎每个人都用这个不正确的名字或多或少与我的家庭有直接关系。

While Google recommends to use reverse domain names as package names, nothing stops noone to choose otherwise? 虽然Google建议使用反向域名作为程序包名称,但没有人能阻止其他人选择?

So what are the actual implications? 那么实际含义是什么?

There are probably no actual implications. 可能没有实际含义。

As far as I understand, noone can use my complete package name com.radlmaier..... as it is already in use on Google Play. 据我了解,没有人可以使用我完整的程序包名称com.radlmaier .....,因为它已在Google Play中使用。

Correct. 正确。

Could there be any problems in the future? 将来有什么问题吗?

Well, sure. 好吧,当然。 Somebody could register 10,000 apps in com.radlmaier , another 10,000 in net.radlmaier , and maybe a few thousand apiece in org.radlmaier , etc. for good measure. 有人可以登记10000个应用com.radlmaier ,另外10000 net.radlmaier ,也许在几千元每人org.radlmaier良好的措施,等等。 That seems unlikely, but nothing is stopping anyone from doing so. 这似乎不太可能,但是没有什么能阻止任何人这样做。

While Google recommends to use reverse domain names as package names, nothing stops noone to choose otherwise? 虽然Google建议使用反向域名作为程序包名称,但没有人能阻止其他人选择?

The reverse-domain-name recommendation originated with Java for package names, to try to prevent accidental collisions. 反向域名建议源自Java,用于软件包名称,以尝试防止意外冲突。 Nothing stops intentional collisions, short of trademarks and lawsuits. 除了商标和诉讼之外,没有什么能阻止故意的碰撞。 Owning the domain name is an incremental improvement in collision avoidance over not owning the domain name, but it is not a guarantee by any stretch of the imagination. 拥有域名相比,拥有域名是在避免冲突方面的逐步改进,但这并不是任何想像力的保证。 So, if the domain name pops up some year for normal rates (check a few weeks after the current registration expires), you might want to grab it, and you might consider going with net.radlmaier for future apps. 因此,如果该域名以正常价格(在当前注册到期后的几周内)弹出某年,您可能想抢购它,并且可以考虑使用net.radlmaier来获取将来的应用程序。 But I would not lie awake nights worrying about this. 但是我不会在清醒的夜晚里为此担心。

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

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