标签: ios extension-methods core-location
我有一个应用程序,它根据用户的push notifications来发送用户的信息,但是我想在显示推送通知之前在客户端上进行第二次位置检查(因为服务器端数据经常过时或不正确) )
通过在PUSH有效负载中将mutable-content设置为1并实现UNNotificationServiceExtension,我可以在消息显示之前修改推送,但是UNNotificationServiceExtension可以通过CoreLocation访问用户的位置(考虑用户已授予位置访问权限)?