问题描述
我们的iPad应用依靠静默推送通知来触发某些事件,并且许多用户在引导访问模式下使用它.在运行iOS 11之前,该功能一直很好,直到现在iOS 11似乎在启用引导访问的情况下阻止了推送通知的发送.
Our iPad app relies on silent push notifications to trigger certain events, and is used by many of our users in Guided Access mode. This has worked well until iOS 11 which now seems to block delivery of push notifications while Guided Access is enabled.
根据Apple文档此处(例如可用的内容,警报,声音,徽章等),但在此期间我什么也无法传递引导访问已启用.这不一定是错误,但实际上可能是新的预期行为.
I've tried a variety of different payloads according to the Apple documentation here (such as content-available, alert, sound, badge etc.), but I can't get anything to be delivered while Guided Access is enabled. This isn't necessarily a bug, but may in fact be the new intended behaviour.
有没有一种方法可以配置通知,以便在引导访问期间发送通知?
Is there a way I can configure a notification so that it is delivered during guided access?
为此,我向Apple提出了有关此问题的技术支持事件,该事件立即退还了我的票并要求我报告一个错误.错误报告还没有反馈.
For what it's worth I raised a Technical Support Incident for this issue with Apple, who promptly refunded my ticket and asked me to report a bug instead. There has been no feedback from the bug report yet.
推荐答案
此问题似乎已在最新的iOS 11.2.5 beta 4中得到了解决.已通过使用CloudKit推送通知的引导访问和单一应用模式进行了确认.
This appears to be fixed in the newest iOS 11.2.5 beta 4. Confirmed with Guided Access and Single App Mode using CloudKit push notifications.
这篇关于有什么方法可以在引导访问期间在iOS 11中传递推送通知?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!