gpt4 book ai didi

ios - 使用 "pre-defined"iOS 推送通知声音

转载 作者:行者123 更新时间:2023-11-29 02:08:10 25 4
gpt4 key购买 nike

我希望在客户端收到推送消息时播放常见的 iOS 推送通知声音。在另一个项目中,我使用了添加到字典中的自定义声音,如下所示:

    NSString *sound = [NSString stringWithFormat:@"boing.aif"];
NSDictionary *pushMsg = @{ @"aps" : @{ @"alert" : content, @"sound" : sound } };

我在播放声音的didReceiveRemoteNotification:中调用了一个方法。它工作得很好,但我不知道如何用系统声音来做到这一点。我是否需要在 didReceiveRemoteNotification: 中调用某些内容,或者向字典中的 sound 键添加特定值?

最佳答案

你需要为payload中的sound键设置default

"sound" : "default" 

关于ios - 使用 "pre-defined"iOS 推送通知声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29567121/

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