I am working on an iOS application for internal corporate iPad usage, and I am facing some challenges in getting certain device information programmatically. I was hoping someone could provide me with some guidance or advice on the following coding topics:
- How can I obtain the "Cellular Data and WiFi Signal Strength" in iPad programmatically, since there is no Apple API provided for this purpose?
- What is the method to retrieve the "Cellular Network Provider Name" in iPad programmatically after iOS 16 as CTCarrier is deprecated ?
- Is there a way to obtain the "Monthly Cellular Network Usage" in iPad programmatically, considering that the Network usage count keeps resetting on restart?
- How can I obtain the "Battery Health Status" in iPad programmatically, since no Apple API is provided for this purpose?
Any help or suggestions on these topics would be greatly appreciated. Thank you in advance for your assistance.