How to test Push Notification is working in my application

前端 未结 10 2292
我在风中等你
我在风中等你 2020-12-23 11:42

In my application I am implementing the Push Notification Service.
I have a Content Provider server, which contains some products in it.
I have generated the SSL Cli

10条回答
  •  再見小時候
    2020-12-23 12:01

    Very cool guide is posted here: Programming Apple Push Notification Services

    And an application named PushMeBaby Mac Os App which you can download and use for sending push-notifications to your devices from a Mac.

    APNS will send the push notification to your device as soon as your device will become available. If I've not mistaken your device pings APNS every minute.

提交回复
热议问题