菜鸟教程小白 发表于 2022-12-13 13:54:54

javascript - Phonegap iOS 推送通知示例


                                            <p><p>我正在为 Android 和 iOS 设备创建移动应用程序,它将接收推送通知。
我已经通过使用 phonegap PushPlugin 成功实现了 Google GCM,并且通知在 Android 设备上工作,现在我有点坚持为 iOS 开发相同的东西。 </p>

<p>是否有一些好的示例(不使用任何 3rd 方服务),我可以在其中指导如何使用相同的 PushPlugin 为 iOS 完成它? </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这是我一直在关注的一些很好的教程。它也会帮助你。</p>

<ol>
<li> <a href="http://ngcordova.com/docs/plugins/pushNotifications/" rel="noreferrer noopener nofollow">http://ngcordova.com/docs/plugins/pushNotifications/</a> </li>
<li> <a href="https://www.raywenderlich.com/123862/push-notifications-tutorial" rel="noreferrer noopener nofollow">https://www.raywenderlich.com/123862/push-notifications-tutorial</a> </li>
<li> <a href="http://www.adobe.com/devnet/phonegap/articles/apple-push-notifications-with-phonegap.html" rel="noreferrer noopener nofollow">http://www.adobe.com/devnet/phonegap/articles/apple-push-notifications-with-phonegap.html</a> </li>
</ol>

<p>以上引用不使用外部库或第三方服务。</p>

<p>问候。</p></p>
                                   
                                                <p style="font-size: 20px;">关于javascript - Phonegap iOS 推送通知示例,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/38697115/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/38697115/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: javascript - Phonegap iOS 推送通知示例