gpt4 book ai didi

ios - 在 iOS Flutter 中更改通知声音

转载 作者:行者123 更新时间:2023-12-03 02:55:01 27 4
gpt4 key购买 nike

我想在 Flutter 的 iOS 平台的推送通知中使用我自己的声音。由于我没有iOS开发经验,我正在努力解决它。
在我的应用程序设置中有 3 个通知声音选项,以便用户可以选择通知声音。我已经实现了 local_notifications 包,虽然我在我的应用程序中收到通知,但我找不到如何在 iOS 平台的推送通知中使用自定义声音。

最佳答案

您应该将此默认给定的声音名称替换为您的声音名称。

var iOSPlatformChannelSpecifics = IOSNotificationDetails(sound: 'slow_spring_board.aiff'); //put your own sound text here 
(在此之前,您的声音应该使用 Xcode 添加到您的项目中)
以下是如何使用 Xcode 为 iOS 设备的项目添加自定义声音的链接: https://medium.com/@dmennis/the-3-ps-to-custom-alert-sounds-in-ios-push-notifications-9ea2a2956c11
注意:声音持续时间应小于 30 秒,否则将不起作用

关于ios - 在 iOS Flutter 中更改通知声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62594446/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com