我想知道如何使用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",
])
我在这里缺少什么?
答案 0 :(得分:5)
好的,似乎{{1}}完成了这项工作:
https://documentation.onesignal.com/reference#page-create-notification