I’m trying to develop an application where I need to obtain a List of Devices Associated with an Apple Account.
Is there any way to programmatically get a list of all devices (iPhone, iPad, Mac, etc.) associated with a user’s Apple account?
I’d like also to Synchronize Device Usage Statistics (also in Real-Time, if possible).
I’d like to monitor and synchronize usage statistics from these devices (e.g., app usage, screen time) in real-time. Is there any way to query a device for these statistics or receive them automatically?
Thanks