标签: ios iphone proximitysensor screen-off
我目前正在开发一个新的警报应用程序。 用户将这样做:
设置闹钟 - >按开始 - >将iPhone放在屏幕上
在我的应用中,我使用[[UIDevice currentDevice] setProximityMonitoringEnabled:YES];来使用接近传感器。
[[UIDevice currentDevice] setProximityMonitoringEnabled:YES];
一段时间后,iPhone再次打开屏幕并保持原样。
我的iPhone 5S上发生了这个问题。 实际上,当我使用手机应用程序时,不会出现此问题。
我希望有人可以帮助我。