我们可以注册iPhone应用程序在使用位置/音乐功能时在后台运行。我的问题是,我们可以基于位置更新来解雇even吗?例如:当我在后台达到某个预定义的经度/经度而没有启动应用程序时,将经度/经度发送到服务器?
我不介意使用企业解决方案,如果它有任何帮助。
发布于 2012-04-18 19:53:32
您需要实现此接口
- (void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region{
//write code here
}https://stackoverflow.com/questions/10208558
复制相似问题