Skip to content

app is not getting voip notification #871

@manoj1b8

Description

@manoj1b8

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions