如何设置本地通知的图像和声音?
在我的应用程序中,我想为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无法自定义本地通知。您只需更改文本并添加一两个按钮即可。请参阅此问题了解更多信息。
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.
这是不可能的。您可以添加通知点击的启动图像。
It is Not possible. You can add the launch image for notification tap.