เริ่มต้นใช้งาน Google Play EMM API
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
Google Play EMM API มีให้เฉพาะผู้ให้บริการโซลูชัน Enterprise Mobility Management (EMM) ที่ดำเนินขั้นตอนทั้งหมดในขั้นตอนการลงทะเบียนและได้รับอนุมัติจาก Google ให้เข้าร่วมในโปรแกรมแล้วเท่านั้น
เกี่ยวกับ Google Play EMM API และไลบรารีของไคลเอ็นต์
Google Play EMM API เป็น REST API ที่บันทึกไว้ในเอกสารอ้างอิง Google Play EMM API
คุณสามารถใช้ Google Play EMM API ได้โดย
โค้ดตัวอย่างส่วนใหญ่ในเว็บไซต์นี้ใช้ไลบรารีของไคลเอ็นต์ Java
ดูตัวอย่างที่ใช้ไลบรารีของไคลเอ็นต์อื่นๆ เช่น Ruby และ Python ได้ในที่เก็บ GitHub ของ Google
(github.com/google/play-work)
เกี่ยวกับโค้ดตัวอย่าง
ดูตัวอย่างงานการจัดการกิจวัตรได้ในแท็บลองฟังในคู่มืองานการจัดการทั่วไป
นอกจากนี้ คุณจะพบโค้ดตัวอย่างในเอกสารเหล่านี้ด้วย
การตั้งค่าเบื้องต้นสำหรับนักพัฒนาซอฟต์แวร์ EMM
คุณต้องมีบัญชี Google นอกจากนี้คุณยังต้องใช้คอนโซล Google API หรือ
คอนโซล Google Cloud อีกด้วย สมมติว่าคุณได้รับการอนุมัติและรับสิทธิ์เข้าถึง
Google Play EMM API ต่อไปนี้เป็นข้อมูลสรุปคร่าวๆ เกี่ยวกับวิธีเริ่มต้นใช้งาน
- ลงชื่อเข้าใช้คอนโซล Google API
- สร้างโปรเจ็กต์ โปรเจ็กต์นี้จะมีบัญชีบริการและข้อมูลเข้าสู่ระบบที่คอนโซล EMM ของคุณจะใช้
- เปิดใช้ไลบรารี Google Play EMM API สำหรับโปรเจ็กต์ของคุณ
- สร้างบัญชีบริการหลักสำหรับโปรเจ็กต์
ดูรายละเอียดทั้งหมดได้ที่ลงทะเบียนชุมชน EMM
ดูข้อมูลเกี่ยวกับแหล่งข้อมูลสำหรับนักพัฒนาแอป EMM ของ Google
นอกเหนือจาก
เอกสารอ้างอิง Google Play EMM API
และคำแนะนำแล้ว โปรดดูแหล่งข้อมูล Google สำหรับนักพัฒนาซอฟต์แวร์ EMM ดังต่อไปนี้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-31 UTC
[null,null,["อัปเดตล่าสุด 2025-08-31 UTC"],[[["\u003cp\u003eThe Google Play EMM API is exclusively for EMM solution providers approved by Google.\u003c/p\u003e\n"],["\u003cp\u003eThis REST API offers management capabilities through HTTP requests or client libraries (Java, Python, .NET, Ruby).\u003c/p\u003e\n"],["\u003cp\u003eSample code and routine management task examples are provided for developers.\u003c/p\u003e\n"],["\u003cp\u003ePreliminary setup involves using a Google Account, enabling the Google Play EMM API library, and creating a service account.\u003c/p\u003e\n"],["\u003cp\u003eGoogle offers resources like the EMM API reference, developer overview, registration details, and terminology definitions.\u003c/p\u003e\n"]]],[],null,["# Get started with the Google Play EMM API\n\nThe Google Play EMM API is available only to enterprise mobility management\n(EMM) solution providers who have completed all steps in the [registration\nprocess](/android/work/play/emm-api/register) and have been approved by Google\nto participate in the program.\n\nAbout Google Play EMM APIs and client libraries\n-----------------------------------------------\n\nThe Google Play EMM API is a REST API that's documented in the\n[Google Play EMM API reference](/android/work/play/emm-api/v1).\nThe Google Play EMM API can be used by:\n\n- Sending HTTP requests and parsing the responses.\n- Using one of the available client libraries. Google Play EMM API client libraries are available for [Java](https://developers.google.com/api-client-library/java/apis/androidenterprise/v1), [Python](https://developers.google.com/api-client-library/python/apis/androidenterprise/v1), [.NET](https://developers.google.com/api-client-library/dotnet/apis/androidenterprise/v1), and [Ruby](https://developers.google.com/api-client-library/ruby/apis/androidenterprise/v1).\n\n \u003cbr /\u003e\n\n Each download package includes a readme file (for example,\n androidenterprise/readme.html) with information about dependencies, paths,\n and other details.\n\n\u003cbr /\u003e\n\nMuch of the sample code on this site uses the\n[Java client library](https://developers.google.com/api-client-library/java/apis/androidenterprise/v1).\nSamples using other client libraries, such as Ruby and Python, can be found\nin Google's branch of the GitHub repository\n([github.com/google/play-work](https://github.com/google/play-work)).\n\nAbout sample code\n-----------------\n\nYou'll find examples of routine management tasks under the Samples tab, in\nthe [Common management tasks](/android/work/play/emm-api/samples) guide.\n\nYou'll also find sample code in these documents:\n\n- [Create custom store layouts](/android/work/play/emm-api/store-layout)\n- [Managed configurations through Play](/android/work/play/emm-api/managed-configurations)\n- [Send batch requests](/android/work/play/emm-api/v1/how-tos/batch)\n\nPreliminary setup for EMM developers\n------------------------------------\n\nYou need a Google Account. You also need to use the Google API Console or\nGoogle Cloud console. Assuming you've been approved and granted access to\nthe Google Play EMM APIs, here's a quick summary of how to get started:\n\n1. Sign in to your [Google API Console](https://console.cloud.google.com/).\n2. Create a project. This project will contain the service accounts and credentials to be used by your EMM console.\n3. Enable the Google Play EMM API library for your project.\n4. Create a primary service account for the project.\n\n\u003cbr /\u003e\n\nSee [Register for the EMM community](/android/work/play/emm-api/register) for\ncomplete details.\n\nLearn about Google's EMM developer resources\n--------------------------------------------\n\nIn addition to\n[Google Play EMM API reference documentation](/android/work/play/emm-api/v1)\nand guides, here are some Google resources for EMM developers:\n\n- The [EMM developer's overview](/android/work/overview) provides big-picture information about Android EMM developers.\n- [Register for the EMM community](/android/work/play/emm-api/register) contains step-by-step details for developers, starting with the registration process (partnering with Google as an EMM to support Android for your customers) through to distributing apps in customer environments.\n- [Android enterprise terminology](/android/work/terminology) defines terms used in this documentation."]]