如何在我的单点触控项目中使用 JdSoft.Apple.Apns.Notifications

发布于 2024-12-22 00:27:03 字数 154 浏览 4 评论 0原文

有人请告诉我如何在我的单触摸项目中使用 JdSoft.Apple.Apns.Notifications 吗?

或者请建议我另一种创建推送通知的方法?

Any body please tell me how to use JdSoft.Apple.Apns.Notifications in my mono touch project ?

Or else please suggest me another way to create push notifications ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懵少女 2024-12-29 00:27:03

使用 JdSoft.Apple.Apns.Notifications 的已编译程序集并在项目中引用它们。然后看一下如何发送通知的示例。

请记住,这需要在接收推送通知订阅者并维护其自己的订阅者表的服务器应用程序中完成。然后,您使用 JdSoft.Apple.Apns.Notifications 将推送通知从服务器应用程序发送到订阅者。

Use the compiled assemblies of JdSoft.Apple.Apns.Notifications and reference them in your project. Then take a look at the samples how to send notifications.

Keep in mind that this needs to be done in a server application that receives push notification subscribers and maintains it's own subscriber table. Then you send push notifications from the server application to the subscribers using JdSoft.Apple.Apns.Notifications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文