-1

I read the relevant webpage and learned that it is no longer possible to register partners, does that mean that it is not possible to integrate relevant apis to customize DPC? My company is currently developing MDM software and would like to do this with a custom DPC. If you can't customize the DPC, you have to use the dpc provided by Google, right?

My company wants to implement a custom dpc through an integrated api.

Kun
  • 1
  • Questions on Stack Overflow should focus on questions about code. Please look at [on topic](https://stackoverflow.com/help/on-topic) questions. Discussion of the software and professional usage is not on-topic. – Ben A. Aug 27 '23 at 05:54

1 Answers1

0

Android Enterprise no longer allows new registrations for custom DPCs through the Google Play EMM API. New solutions should leverage the Android Management API, which includes its own DPC -- Android Device Policy. This approach removes the need for EMM developers to create, update, and manage custom DPCs. You may refer here for more details.

  • Thank you very much for your reply. But I also want to know if our own application can communicate with google dpc for some other work, such as my mobile device can only be used in the local area network, can not connect to the google api server, how do I send the policy to the mobile device? – Kun Aug 25 '23 at 02:58