【问题标题】:APNS using ASP .net server in the backgorundAPNS 在后台使用 ASP .net 服务器
【发布时间】:2013-01-28 10:00:36
【问题描述】:

我是实施推送通知服务的新手。我正在实现一个带有推送通知服务的应用程序。在服务器端,我们使用 .net 编码并使用月球应用程序代码向设​​备发送通知。我的问题是当我们托管它时使用开发人员证书(p12 文件)时我收到通知我无法获取设备。我们还使用生产(p12 文件)证书对此进行了测试。事件虽然我没有收到通知。你们能建议我在托管之前我们需要的流程实现和要求吗?

谢谢你, 塞卡。

【问题讨论】:

标签: asp.net ios6 apple-push-notifications


【解决方案1】:

确保以下步骤正确。

var push = new PushNotification(false, "p12 file location","password");
                               //true-sandbox and false-production.

如果不是以上那么说明 Ur p12 认证有问题。

【讨论】:

    猜你喜欢
    • 2021-01-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-11-24
    • 1970-01-01
    • 2018-04-25
    • 2019-10-06
    • 1970-01-01
    相关资源
    最近更新 更多