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

Bulk notification push not returning errors with APNSDevice #620

Open
brianedelman opened this issue Jul 27, 2021 · 0 comments
Open

Bulk notification push not returning errors with APNSDevice #620

brianedelman opened this issue Jul 27, 2021 · 0 comments
Labels

Comments

@brianedelman
Copy link

When pushing to a set of APNSDevices like device_list.send_message(msg) errors are not returned the same way as if I did a specific APNSDevice device.send_message(msg).

The specific error I was having is that I did not add an APNS_TOPIC to my settings. With a sandbox pem key working locally, this push works fine with no APNS_TOPIC. Maybe this is a separate bug to file or maybe that's intended behavior, but either way was not obvious to me mostly because I was using the bulk notification push and not getting any feedback.

When I ran a single device push the error received was that I was missing the topic (with a production pem key and sandbox=False).

Ultimately resolved my problem of not being able to send push notifications by adding the topic, but seems like the feedback loop for bulk send is missing.

@azmeuk azmeuk added the apns label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants