如何检测接近传感器?
Posted
技术标签:
【中文标题】如何检测接近传感器?【英文标题】:How to detect Proximity Sensor? 【发布时间】:2016-01-25 06:18:58 【问题描述】:如何检测用户是否在附近听到此音频?
【问题讨论】:
【参考方案1】:首先使用iPhone Proximity Sensor 检测接近传感器的状态 然后使用电话扬声器Play audio through upper (phone call) speaker播放音频
【讨论】:
【参考方案2】:[[UIDevice currentDevice] setProximityMonitoringEnabled:YES]
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(sensorStateChange:)
name:@"UIDeviceProximityStateDidChangeNotification" object:nil];
【讨论】:
以上是关于如何检测接近传感器?的主要内容,如果未能解决你的问题,请参考以下文章