如何使用OneSignal发送自定义声音推送通知?

时间:2016-10-02 14:01:39

标签: ios swift push-notification onesignal

我想知道如何使用OneSignal发送自定义声音通知。不幸的是,他们的文档仅涵盖通过仪表板发送:https://regex101.com/r/v8t4Ma/1

我的方法没有用:

OneSignal.defaultClient().postNotification([
"contents": ["en": "test"],
"include_player_ids": [pushId],
"aps": ["sound": "sound.wav"],
])

这也没有用:

OneSignal.defaultClient().postNotification([
"contents": ["en": "test"],
"include_player_ids": [pushId],
"sound": "sound.wav",
])

我在这里缺少什么?

1 个答案:

答案 0 :(得分:5)

好的,似乎{{1}}完成了这项工作:

https://documentation.onesignal.com/reference#page-create-notification