You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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
The text was updated successfully, but these errors were encountered:
Hi @manoj1b8 apologies for letting this issue become stale with no response. Since a long time has passed since this report, I will close this issue, but please open a new issue with updated details if this is still relevant.
Description:
(your description here)
Environment
Steps to Reproduce Issue:
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
The text was updated successfully, but these errors were encountered: