如何设置本地通知的图像和声音?

发布于 2024-11-16 08:33:55 字数 119 浏览 4 评论 0原文

在我的应用程序中,我想为 UILocalNotification 设置图像。每当通知发生时,就会显示图像,并开始播放一些音乐。然后,当用户点击屏幕时,图像将消失并且声音将停止。我怎样才能做到这一点?

In my app, I want to set an image for a UILocalNotification. Whenever the notification occurs, the image will be displayed, and some music will start. Then, when the user taps on the screen, the image will disappear and the sound will be stopped. How can I achieve that?

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

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

发布评论

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

评论(2

熊抱啵儿 2024-11-23 08:33:55

无法自定义本地通知。您只需更改文本并添加一两个按钮即可。请参阅此问题了解更多信息。

It is not possible to customize local notifications. You can just change the text and add one or two buttons. Please, refer to this question for more insight.

Saygoodbye 2024-11-23 08:33:55

这是不可能的。您可以添加通知点击的启动图像。

 @property(nonatomic,copy) NSString *alertLaunchImage;   // used as the launch image (UILaunchImageFile) when launch button is tapped

It is Not possible. You can add the launch image for notification tap.

 @property(nonatomic,copy) NSString *alertLaunchImage;   // used as the launch image (UILaunchImageFile) when launch button is tapped
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文