菜鸟教程小白 发表于 2022-12-12 16:30:27

ios - Bluemix 推送通知服务不再工作?


                                            <p><p>我有一个原生 iOS Swift 应用程序与具有 MobileFirst 服务(AMA、Cloudant、Push iOS 8)的 <code>Node.js Bluemix</code> 后端通信,该应用程序运行了一个多月。几天前,我注意到我无法再从 iOS 应用程序注册新设备<strong>(IMFPushClient.sharedInstance().registerDeviceToken() 以 404 响应)。</strong></p>

<p>我知道最近对 MobileFirst 服务进行了更改(<strong>例如</strong>各种推送服务合并为一个),所以我想我应该重新绑定(bind)这些服务。这解决了注册问题,但我一直无法收到推送通知。<br/></p>

<p>这是我尝试过的:</p>

<ul>
<li><strong>使用 <strong>“MobileFirst Services Starter”</strong> 样板文件创建了</strong>全新的后端</li>
<li><strong>克隆</strong>“<strong>Bluelist</strong>”示例应用程序的最新版本并为这个新后端<strong>配置</strong>它</li>
<li><strong>为我的 bundle ID 颁发了</strong>一个新的<strong>APNs</strong> <strong>证书</strong>并将其上传到推送服务</li>
在我的设备上<li><strong>成功注册</strong>推送通知。我已经通过调用/devices <a href="https://mobile.ng.bluemix.net/imfpushrestapidocs/" rel="noreferrer noopener nofollow">REST API</a> 验证了这一点(基本上,我遵循了 <a href="https://www.ng.bluemix.net/docs/services/mobilepush/index.html" rel="noreferrer noopener nofollow">these</a> 的步骤)。</li>
</ul>

<p>现在,每次我使用 <strong>REST API</strong> 发送消息(在确定不记名 token 方法已被新的“appSecret” header 替换后),我都会收到 <strong>HTTP 202</strong>,但通知永远不会到达。同样,当我尝试通过服务的仪表板发送消息时,我会收到一条成功消息,但通知永远不会到达。</p>

<p>我注意到的一件事是,即使我不向服务提供 .<strong>p12</strong> 证书,症状也会保持不变,所以我想知道这是否可能是证书问题,但我有不知道如何追踪这个。此外,IIRC 的“旧”MobileFirst 服务要求我提供移动应用程序的捆绑 ID 和版本,但现在似乎已经不存在了。非常感谢任何帮助。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我们能够通过确保沙盒环境使用沙盒 .p12 文件来解决上述问题。要验证此设置,请转到 <strong>IBM Push Notification Dashboard</strong> 并单击 <strong>配置选项卡</strong>:</p>

<p> <a href="/image/EmVee.png" rel="noreferrer noopener nofollow"><img src="/image/EmVee.png" alt="enter image description here"/></a> </p>

<p>在这里您可以看到您上传的 .p12 文件的证书类型。确保您使用的是沙盒环境,它被列为沙盒。生产环境也是如此。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Bluemix 推送通知服务不再工作?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33013796/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33013796/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Bluemix 推送通知服务不再工作?