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-08-29 (世界標準時間)。
[[["容易理解","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-08-29 (世界標準時間)。"],[[["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."]]],[]]