Once you’ve built your game in the Unity Editor, the UDP console needs to repack it with each store’s SDK before you can publish your game to the supported stores. To upload your build to the UDP Console, follow these steps. Note: The UDP console only accepts APKs or AABs that have a UDP implementation.
还可以通过以下方式将游戏部署到 UDP 控制台:
You can only use the UDP API to upload binary files for the draft version of your game. If there is no draft version of your game, UDP creates one based on the latest version of your game. If the upload process is successful, UDP returns the “upload success” message with status code 200. If the upload process is unsuccessful, UDP returns an error message with a non–2xx status code.
You can upload either:
You can only upload one binary file at a time; you can’t specify multiple binary files for a command. If you upload the same type of binary file multiple times, the most recent file overrides the previous one.
To use the UDP API, you need:
To upload binary files to the UDP console using the UDP API, use the HTTP POST method, and set the Content-Type
to multipart/form-data
. For information on the supported API parameters, see UDP API.
To upload an APK file, specify the path to your APK file in the POST method with the form key uploadFile
.
Example:
$ curl -XPOST -F 'whatsNew="example"' -F 'useGoogleService=false' -F 'uploadFile=@/path/to/your/APK/example.apk'
https://distribute.dashboard.unity.com/developer/api/upload/12369536319506/1d1a4cxq774MzPKwsiHgXA?token=NWQxMWIzZmYyNjk0Njc2NGYwMDU0ZTA3ZTk3YjA2ZDA=
To upload an AAB file, specify the path to your AAB file with the form key uploadFile
.
Example:
$ curl -XPOST -F 'whatsNew="example"' -F 'useGoogleService=true -F 'uploadFile=@/path/to/your/AAB/example.aab'
https://distribute.dashboard.unity.com/developer/api/upload/12369536319506/1d1a4cxq774MzPKwsiHgXA?token=NWQxMWIzZmYyNjk0Njc2NGYwMDU0ZTA3ZTk3YjA2ZDA=
To upload an OBB file:
uploadFile
.obbType
to mainObb
or patchObb
.Example main OBB file upload:
$ curl -XPOST -F 'uploadFile=@/path/to/your/OBB/exampleMain.obb'
https://distribute.dashboard.unity.com/developer/api/upload/12369536319506/1d1a4cxq774MzPKwsiHgXA?token=NWQxMWIzZmYyNjk0Njc2NGYwMDU0ZTA3ZTk3YjA2ZDA=&obbType=mainObb
Example patch OBB file upload:
$ curl -XPOST -F 'uploadFile=@/path/to/your/OBB/examplePatch.obb'
https://distribute.dashboard.unity.com/developer/api/upload/12369536319506/1d1a4cxq774MzPKwsiHgXA?token=NWQxMWIzZmYyNjk0Njc2NGYwMDU0ZTA3ZTk3YjA2ZDA=&obbType=patchObb
在 UDP 控制台上将游戏发布到商店之前,请按照下列步骤操作:
然后,你可以继续发布游戏。
为了能够将游戏发布到商店,你需要发布游戏。 保存修订草案并准备发布时:
修订版是指游戏的发行版本。这样就可以始终存储对应用商店提交内容的更改记录。
修订版的关键组成元素包括:
如果更改这些元素之一,那么商店提交内容也会更改,并且你必须创建一个新的修订版。修订系统是增量系统(每次 +1),由 UDP 进行管理。无法创建自定义修订号。发布新修订版时,请使用修订说明和标签来帮助你跟踪修订版。
注意:如果一个修订草案已保存在 UDP 控制台上但未发布,则你将无法从编辑器中推送使修订号增加的更改。
要覆盖现有修订草案,请执行以下操作:
应使用发布面板将游戏发布到商店。只能将已发布的修订版发布到商店。
对于要将游戏提交到的每个商店,请执行以下步骤:
如需发布到特定商店的帮助,请参阅 UDP 控制台中的文档 > 合作伙伴商店指南。
发布游戏后,你可以在“报告”控制面板中监控游戏表现。
为了能够将游戏发布到商店,你需要拥有商店的帐户。
要创建商店的帐户,请执行以下操作:
向商店注册后,你可以在商店中注册游戏。
注意:只有组织所有者 (Organization Owner) 和管理员 (Manager) 可以向商店注册。请参阅与组织相关的权限以了解更多详细信息。
商店帐户是基于每个 Unity 组织 (Unity Organization) 的。通过 UDP 发布的任何游戏都将附加到你执行发布的组织。如果你在其他组织下访问 UDP 控制台,则需要再次注册并创建另一个帐户。有关如何注册到各个商店的更多信息,请参阅 UDP 控制台中的文档 > 合作伙伴商店指南。
向商店注册后,你可以在商店中注册游戏。
在商店中注册游戏后,无法再更改在该商店中的包名称。
If you use UDP to generate the App signing private key, UDP generates a store-specific key to sign the repacked build. This may also affect third-party services integrated in your game. The store-specific certificate is available in the Advanced section when your game has been repacked.
如果以这种方式为重新打包的构建版本签名,则会使游戏更容易出现 Google Play 保护警告。
在“发布”选项卡中,选择给定商店的目标步骤。
UDP 为你发布到的每个商店创建一个单独的构建版本,其中仅包含特定于商店的 SDK。 每个特定于商店的构建版本都使用特定于游戏和每个商店的 UDP 证书进行签名。可从每个商店的“高级”部分中查找和检索证书。
此外,如果适用,UDP 将在包名称中添加特定于商店的后缀。如果这是必需的,UDP 控制台将在注册步骤中显示此信息。
注意:如果需要,可以在“发布”页面中配置:
只能将最新发布的修订版提交到商店。如果你打算向不同的商店提交不同的修订版,Unity 会建议你使用发布标签和发行说明来标识你的修订版。
示例:你要为 StoreA 提交一个修订版,并为 StoresBCD 提交另一个修订版。
如果你以前曾将游戏提交到某个商店,你可以重新打包游戏而无需上传新的 IAP 目录。这时会使用最近提交的 IAP 目录。
在将重新打包的构建版本提交到商店之前,请从“状态”选项卡下载 APK 并对其进行测试,以确保你的应用内购可以在商店的商业环境中正常工作。
Note: Changes you’ve made in the Advanced settings for a store are not overridden if you submit a new version of your game.
要将游戏发布到 UDP 商店,你需要创建公司信息简介。游戏在应用商店中列出的“关于开发者”(About the developer) 部分会显示此信息。此操作只需执行一次。
完成上述所有步骤后,即可发布游戏。
只有游戏的最新发行版本才会进入为每个商店选择的目标步骤。
如果你的提交有任何问题,这些问题将显示在“细节”部分。
对于仅与 UDP 部分集成的商店,你必须在商店自己的开发者控制台上完成提交。为此,请选择提交的修订版旁边的转到商店。工具提示中会说明仍需要执行哪些步骤。点击链接,然后在商店的控制台上完成提交。
在 UDP 控制台上不再需要某个游戏时,可以将该游戏存档。
要将游戏存档,请执行以下操作:
将游戏存档后,你可以恢复游戏或从 UDP 控制台删除游戏。
要删除 UDP 控制台上不再需要的游戏,请执行以下操作:
注意:此操作会从 UDP 控制台的“我的游戏”选项卡中永久移除游戏,并从“报告”控制面板中移除游戏的所有数据。
要恢复存档的游戏,请执行以下操作: