菜鸟教程小白 发表于 2022-12-13 10:45:31

ios - 是否可以通过 APN 反馈系统确定设备上是否已卸载应用程序?


                                            <p><p>如果某个应用已安装在设备上,然后又被卸载,是否可以使用 APN 反馈服务来确定这一点?</p>

<p>反馈服务被记录为它可能知道没有响应通知的设备,但还包括其他信息,例如为什么它没有响应以及它何时开始没有响应等?</p>

<p>是否有任何方法可以确定应用程序是否已被卸载?或者知道设备上是否存在应用程序?</p>

<p>谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>简而言之,没有办法确定应用程序是否已被卸载。</p>

<p>查看我对 <a href="https://stackoverflow.com/a/8747089/1068248" rel="noreferrer noopener nofollow">this question</a> 的回答这可能会有所帮助:</p>

<blockquote>
<p>The feedback service is designed to inform you of devices which have
failed to deliver pushes for some time. You should act on the data in
there and stop sending pushes to that device. It could take time to
get into the feedback service though because it&#39;s only really meant to
go in there when Apple have deemed that the device has uninstalled
your app, or the device is no longer used, or a similar event rather
than just the device is out of range at the moment and has no
connection to APNS.</p>
</blockquote>

<p>基本上,是的,您可以使用 APNS 的反馈服务,但它不会最终告诉您设备是否已被卸载。如果您需要知道这一点,那么不幸的是,您将不得不改变处理事情的方式,因为(目前)不可能知道。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 是否可以通过 APN 反馈系统确定设备上是否已卸载应用程序?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/8883078/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/8883078/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 是否可以通过 APN 反馈系统确定设备上是否已卸载应用程序?