标签: ios push-notification apple-push-notifications swift2 apn
我想在推送通知中显示图片横幅就像附图一样。我怎么能实现这一点。可以任何帮助。截图来自Android手机,但我想要iOS中的功能。
答案 0 :(得分:0)
当您收到推送通知并且您的应用程序已打开(在前台运行)时,您可以通过制作自己的视图使其具有您想要的任何外观。
当收到推送通知并且您的应用已关闭时,您将受限于iOS如何显示系统通知。
Notifications section in the iOS Human Interface Guidelines提供了处理推送通知的可能性的有用概述。