Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
彼のデバイスが接続されて充電されているかどうかを確認しようとしています。iOS 5.x以降で確認するにはどうすればよいですか?
UIDeviceこれらの情報を取得するために使用できます
UIDevice
以下を使用してください
[[UIDevice currentDevice] setBatteryMonitoringEnabled:YES]; if ([[UIDevice currentDevice] batteryState] == UIDeviceBatteryStateCharging) NSLog(@"device is conected to power");