Must Android app names be unique?(Android 应用名称必须是唯一的吗?)
问题描述
如果已经存在同名应用(不是我的),我可以将 Android 应用发布到 Google Play 吗?名称必须是唯一的(先到先得)还是 Google Play 让自由市场"决定哪个名称配得上?
Can I release an Android app to Google Play if an app of the same name (not mine) already exists? Must names be unique (first come first served) or does Google Play let 'the free market' decide which one deserves the name?
推荐答案
你可以发布一个与另一个应用程序命名完全相同的标题字符串的应用程序,包名称(反向 Web URL 格式)是保持它唯一性的原因,例如com.yourwebsite.yourappname 或 com.yourwebsite.yoursuitename.yourappname,但我建议为市场上的产品取一个有创意的名称!
You can release an app named the exact same title string as another app, the package name (in reverse web URL format) is what keeps it unique, for example com.yourwebsite.yourappname or com.yourwebsite.yoursuitename.yourappname, but I would suggest a creative name for something going on the market!
这篇关于Android 应用名称必须是唯一的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 应用名称必须是唯一的吗?


基础教程推荐
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01