Reserving a package name on Google Play(在 Google Play 上保留包名)
问题描述
Google Play 上的应用名称不需要唯一,可以通过商标声明或 DCMA 请求 Google 删除违规应用.然而,真正不清楚的是它如何与包名称一起使用.
Application names on Google Play don't need to be unique, and it's possible to request Google to remove violating apps through trademark claims or DCMA. What's not really clear, however, is how it works with package names.
如果我正在开发Google 应用程序"(请原谅我举了一个愚蠢的例子)但有人抢我注册 com.google
怎么办?
What if I'm developing "the Google app" (forgive me for a silly example) but somebody beats me to registering com.google
?
- 我可以通过将已签名但未发布的 APK 上传到 Google Play 来防止这种情况发生吗?还是我真的必须发布空应用?
- 我可以要求 Google Play 删除现有应用及其包名(并允许我使用它),因为他们在包名中非法使用了google"吗?
- Can I prevent this from happening by uploading a signed, though unpublished APK to Google Play? Or do I actually have to publish the empty app?
- Can I request Google Play to remove the existing app with its package name (and allow me to take it) because they've illegitimately used "google" in the package name?
另一个问题出现在 Stack Overflow 上,但并没有真正解决包名称.
Another question appears here on Stack Overflow, but doesn't really address package names.
推荐答案
是的.只需构建应用程序,对其进行签名,将其提交到您的帐户,但保存,不要发布.然后您保留了您的包名称,但没有任何内容是公开可见的.
Yes. Just make a build of the app, sign it, submit it to your account, but Save, don't Publish. You've then reserved your package name, but nothing is publicly visible.
您可以提出版权主张,无论您是否得到任何地方都是另一回事...
You can make a Copyright claim, whether you get anywhere is another matter...
大多数普通人不会关心甚至注意到包装名称中的内容,所以对我来说,我更关心品牌以及其他人是否使用我的品牌副本来宣传他们自己的产品.
Most normal people won't care or even notice what's in the package name, so for me I'd be more concerned about the branding and whether someone else were using a copy of my branding to promote their own offering.
这篇关于在 Google Play 上保留包名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Google Play 上保留包名
基础教程推荐
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01