简体   繁体   English

在 Play 商店中发布适用于手机和手表的 Android 应用

[英]Publish Android App for Phone and Watch in Play store

I'm implementing Same App for Android Phone and Watch .Both are having same package name.How to upload both apps in Play store?我正在为 Android 手机和手表实施相同的应用程序。两者都具有相同的包名称。如何在 Play 商店中上传这两个应用程序?

Thanks In advance.提前致谢。

Use Multi-APK delivery method.使用多 APK 交付方式。

As per documentation:根据文档:

To make your app appear in the on-watch Play Store, you upload the watch APK in the Play Console just as you would any other APK.为了让您的应用出现在手表上的 Play 商店中,您需要像上传任何其他 APK 一样在 Play 管理中心上传手表 APK。 If you only have a watch APK and no phone APK, no other steps are required.如果您只有手表 APK 而没有手机 APK,则无需其他步骤。 If you have a phone APK in addition to a watch APK, you must use the Multi-APK delivery method.如果您除了手表 APK 之外还有手机 APK,则必须使用多 APK 交付方式。

Reference:参考:

https://developer.android.com/training/wearables/apps/packaging https://developer.android.com/training/wearables/apps/packaging

https://developer.android.com/google/play/publishing/multiple-apks https://developer.android.com/google/play/publishing/multiple-apks

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

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