Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app is not getting voip notification #871

Closed
manoj1b8 opened this issue Feb 9, 2021 · 1 comment
Closed

app is not getting voip notification #871

manoj1b8 opened this issue Feb 9, 2021 · 1 comment

Comments

@manoj1b8
Copy link

manoj1b8 commented Feb 9, 2021

Description:

(your description here)

Environment

Steps to Reproduce Issue:

  1. (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

@OneSignal OneSignal deleted a comment Feb 18, 2022
@nan-li
Copy link
Contributor

nan-li commented Jan 8, 2025

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.

@nan-li nan-li closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants