Can it get the info of my iphone's "find my device" turned off or not from mac terminal?

techmad07
New Contributor

I was trying to get iphone device informations from terminal

I could get many things from termnal but i was wondering if i can get the information of find my device is turned on or off from my mac terminal.

I was searching for it but could not find any command line script or anything else .. Can any one help me out please?

2 REPLIES 2

AJPinto
Honored Contributor II

iOS does not have a terminal or CLI interface that can be accessed locally or remotely from another device like a Mac.

techmad07
New Contributor

I have found libimobiledevice which can communicate ios device via mac terminal and get informations about connected iphone through usb cable.

https://github.com/libimobiledevice/libimobiledevice   

I have almost all the things that i need but i wanted to get the find my phone status  detection info . like is it on or turned off.. also is any apple id is logged in via that iphone or associated with the iphone or not.