如何显示带有应用图标映像的消息发件人的图像以用于推送iOS消息传递应用的通知

发布于 2025-01-22 11:11:49 字数 214 浏览 0 评论 0原文

我正在尝试开发消息传递应用程序的推送通知UI。 就像我想要的那样,一些消息传递应用程序更新了他们的消息推送通知,并用左侧的发件人的图像(不像附件图像那样在右侧)。 因此,似乎有可能,也许是iOS用户纳特化套件或Uikit。

另外,我想应用程序图像可以合并为发件人配置文件映像右下角的小尺寸。就像iMessage推送通知一样。

如何在消息传递应用程序的推送通知上显示发件人的个人资料图像?

I'm trying to develop push notification UI of a messaging app.
Like I desire, some messaging apps updated their message push notification with the sender's image on the left (not on the right side like an attached image).
So it seems possible, and maybe by iOS UserNotification Kit or UIKit.

Plus, I guess app icon image could be combined as a small size on the right bottom corner of sender's profile image. Just like iMessage push notification.

How can I display sender's profile image on push notification for a messaging app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薆情海 2025-01-29 11:11:49

this 这是Apple的全面指南,添加了如何将自定义UI添加到iOS上的UIFICATIONS。

简而言之,您需要:

  1. 添加通知内容扩展
  2. configure ui ui
  3. 连接UI与提供的Notification View Controller(这是您在向用户显示的通知有效负载之前解析您的通知有效负载的地方)
  4. 添加通知类别(如果没有的话, )并将扩展名配置为包括此类别

This is Apple's comprehensive guide on how to add custom UI to user notifications on iOS.

In a nutshell, you need to:

  1. Add a Notification Content Extension
  2. Configure UI there
  3. Connect UI with provided notification view controller (this is where you parse your notification payload before showing it to the user)
  4. Add a notification category to the notification (if not yet) and configure the extension to include this category
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文