How to test Push Notification is working in my application

前端 未结 10 2293
我在风中等你
我在风中等你 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:04

    You can use APNS tester,its a very good tool for test APNS from Mac Machine link to download this software. 2 things you need to provide to test push notification

    1.APNS certificate (.cer file) 2.Device token of user's iOS device

提交回复
热议问题