Display image in notification bar with remote notification(Rich media push notification) in iOS 10

前端 未结 3 817
攒了一身酷
攒了一身酷 2021-01-13 08:39

I have integrated APNS and want to display image in remote notification like below;

I have used below code with reference link;

AppDelegate

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 09:11

    You need to put the "mutable-content": "1", flag outside the "alert"-object in your payload.

提交回复
热议问题