iOS Push Notification custom format

前端 未结 3 874
無奈伤痛
無奈伤痛 2021-01-01 11:21

I\'m new to all iOS push notification domain. I have tried a basic push notification using the following code and it works perfectly. I\'m using \"using JdSoft.Apple.Apns.No

3条回答
  •  無奈伤痛
    2021-01-01 11:57

    You can add Title, Subtitle, body and many other keys as

    {
      "aps": {
        "alert": {
          "title": "Hey!

提交回复
热议问题