如何显示带有应用图标映像的消息发件人的图像以用于推送iOS消息传递应用的通知
我正在尝试开发消息传递应用程序的推送通知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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
this 这是Apple的全面指南,添加了如何将自定义UI添加到iOS上的UIFICATIONS。
简而言之,您需要:
This is Apple's comprehensive guide on how to add custom UI to user notifications on iOS.
In a nutshell, you need to: