Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们开发了一个 iMessage 扩展,当我们通过它发送消息时,接收者会收到带有以下文本的推送通知:
1 条消息消息扩展插件
关于如何将此显示的文本更改为自定义文本的任何想法?
您可以通过设置 MSMessage 的 summaryText 属性来做到这一点
let message = MSMessage() message.summaryText = "this is the alert text that show up "