将 Android 应用程序上传到不同的企业发布源。将相同的应用程序上传到 Google Play 商店会出现错误 "package name already exists"

Uploaded the Android app to different enterprise publish sources. Uploading same app to Google play store gives error "package name already exists"

我已经将带有包名称(例如 com.abc.xyz)的 Android 应用程序上传到我们的 Microsoft Intune 商店,现在尝试将具有相同包名称的相同应用程序上传到 Google应用商店。当我上传构建时,它说“您需要使用不同的包名称,因为 com.abc.xyz 已经存在于 Google 播放中”。

当我用 com.abc.xyz 包名称搜索 Play 商店时,它说找不到应用程序。

我的问题是,如果我们通过 Intune store/App 中心上传应用程序,是否不允许上传到 Google Play 商店?

如果有人遇到同样的问题,请告诉我。提前致谢。

是的。 Microsoft Intune 商店在内部使用 Google Play 商店来发布应用程序。因此,如果在 Intune 中上传了任何应用,则 Google Play 商店不允许使用另一个具有相同包名的应用。