REST Resource: internalappsharingartifacts
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:InternalAppSharingArtifact
通过内部应用分享功能上传 APK 或 Android App Bundle 时创建的制品资源。
JSON 表示法 |
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
字段 |
downloadUrl |
string
为上传的制品生成的下载网址。有权下载的用户可以点击 Play 商店应用链接进行安装。
|
certificateFingerprint |
string
用于对所生成工件进行签名的证书的 SHA256 指纹。
|
sha256 |
string
工件的 SHA256 哈希值,以小写十六进制数值表示,与 sha256sum 命令的输出一致。
|
方法 |
|
上传 APK 以进行内部应用分享。 |
|
上传 app bundle 以进行内部应用分享。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-18。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-18。"],[[["The InternalAppSharingArtifact resource is created when an APK or Android App Bundle is uploaded for internal app sharing."],["This resource provides a download URL, certificate fingerprint, and SHA256 hash for the uploaded artifact."],["Authorized users can install the app via the provided download URL, which redirects to the Play Store app."],["You can upload APKs or Android App Bundles for internal sharing using dedicated API methods."]]],[]]