並行注意事項
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
請勿同時使用 Developer Console 和 Publishing API 更新應用程式,以免產生非預期的副作用。
以下列出一些範例情境,說明如果您決定同時使用 Developer Console 和 Publishing API 更新應用程式,或使用多個並行的 Publishing API 用戶端,預期會出現的行為。
在開發人員控制台中有可送審的變更時,提交編輯內容
提交編輯內容後,所有變更都會送審,包括 Play 管理中心中可送審的變更項目。舉例來說,假設您在開發人員控制台中,有可送審的變更項目。如果您使用 API 建立、編輯並提交編輯內容,提交動作會將所有變更 (包括透過 Play 管理中心進行的變更) 送交應用程式審查。
在開發人員控制台中進行變更會使有效編輯失效
如果您使用 API 進行編輯,且編輯作業尚未完成,然後透過 Developer Console 更新應用程式,系統就會使編輯作業失效。您必須透過 API 建立新的編輯內容,才能更新應用程式。
建立新的編輯內容會使同一位使用者對相同應用程式進行的任何有效編輯失效
為應用程式建立新編輯版本時,系統會將同一位使用者為該應用程式建立的所有有效編輯版本設為無效。每個 API 使用者在每個應用程式中只能有一個有效的編輯作業。
多位使用者可同時編輯同一個應用程式
如果兩位使用者編輯同一個應用程式,在其中一位使用者提交編輯內容前,兩位使用者都會看到編輯內容。第一個已提交的編輯內容會使該應用程式的所有其他編輯內容失效。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-10-09 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-10-09 (世界標準時間)。"],[],["Using the Developer Console and Publishing API simultaneously can cause issues. Committing an API edit sends all changes for review, even those made in the Developer Console. Developer Console changes invalidate active API edits, requiring a new edit to be made. A new edit from one user invalidates their other active edits. Multiple users can have active edits, but the first commit invalidates the others. Concurrent use of these methods can result in unintended changes being published.\n"]]