在我的应用中,我有这个:
[[UIApplication sharedApplication] registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeSound];
但是,当我通过 ApnsPHP 从我的网络服务器发送通知时,角标(Badge)已实现,但锁定屏幕上没有消息。消息只能在通知中心找到。
我是否需要做更多的事情才能在锁定屏幕上启用通知?
Best Answer-推荐答案 strong>
确保“请勿打扰”已关闭。转到“设置”>“请勿打扰”。
关于iOS 推送通知未显示在 LockScreen 上,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/25823678/
|