菜鸟教程小白 发表于 2022-12-13 00:34:59

iOS推送通知将旧通知带回锁定屏幕


                                            <p><p>我使用 Parse 向 iOS 设备发送推送通知。这工作正常。但有时(这里是问号)会有一种奇怪的行为:</p>

<ol>
<li><p>向设备发送推送通知...我在设备上滑动/点击它,一切正常。它不再在锁定屏幕上可见,而是在通知中心(下拉菜单)上可见。好的!</p></li>
<li><p>在 iPhone 屏幕关闭时向此设备发送另一个推送通知...通知会出现,但旧通知也会再次出现(即使它已经过去了一天),并且几乎同时播放两种声音。</p></li>
</ol>

<p> <img src="/image/krV2i.jpg" width="320"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>Parse 员工回答了这个问题:</p>

<blockquote>
<p>It&#39;s rare, but can happen when an app sends a lot of similar
notifications to the same device. It&#39;s a known problem on our side,
it&#39;s on our plate to get fixed.</p>
</blockquote>

<p>请看这里:<a href="https://groups.google.com/forum/?utm_medium=email&amp;utm_source=footer#!topic/parse-developers/Zo3xBRLWttc" rel="noreferrer noopener nofollow">https://groups.google.com/forum/?utm_medium=email&amp;utm_source=footer#!topic/parse-developers/Zo3xBRLWttc</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS推送通知将旧通知带回锁定屏幕,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25206139/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25206139/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS推送通知将旧通知带回锁定屏幕