菜鸟教程小白 发表于 2022-12-13 01:49:56

iOS 推送通知未显示在 LockScreen 上


                                            <p><p>在我的应用中,我有这个:</p>

<pre><code>[ registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeSound];
</code></pre>

<p>但是,当我通过 <a href="https://github.com/duccio/ApnsPHP" rel="noreferrer noopener nofollow">ApnsPHP</a> 从我的网络服务器发送通知时,角标(Badge)已实现,但锁定屏幕上没有消息。消息只能在通知中心找到。</p>

<p>我是否需要做更多的事情才能在锁定屏幕上启用通知?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>确保“请勿打扰”已关闭。转到“设置”>“请勿打扰”。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS 推送通知未显示在 LockScreen 上,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25823678/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25823678/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS 推送通知未显示在 LockScreen 上