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 上傳至內部應用程式分享功能。 |
|
將應用程式套件上傳至內部應用程式分享功能。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-17 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2024-12-17 (世界標準時間)。"],[[["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."]]],[]]