-
Notifications
You must be signed in to change notification settings - Fork 266
Description
Description:
(your description here)
Environment
Steps to Reproduce Issue:
- (your steps here)
Anything else:
(crash stacktraces, as well as any other information here)
In iOS forVoip notifications i have not integrated sdk into app
i followed the below link
https://documentation.onesignal.com/docs/voip-notifications
with https://onesignal.com/api/v1/players api i am getting player id for which i am sending push registry token and device type, after that for sending notification https://onesignal.com/api/v1/notifications api i am sending the params
const notification = {
contents: { "en": "English Message" },
include_player_ids: [my player id],
content_available: true,
apns_push_type_override: "voip",
data: { },
ttl: 30,
priority:10
};
for which sometimes i am not getting voip notifications