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
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Hello, I'm using your gem for one of my project.
The project allows the user to send a push notification of an event, a user can have multiple events.
When I use this code to send the push:
push_notification.devices.each do |d|
APNS.send_notification(d.token, :alert => push_notification.event.title, :badge => 0, :sound => 'default', :other => {:event_id => push_notification.event.id})
end
I receive, on the phone side, pushes for events I pushed even yesterday (actually for all the events that have been pushed).
I'm not saying this is a bug of your gem, maybe it's about the way the apple manages the push requests, just to let you know.
The text was updated successfully, but these errors were encountered:
It is a bug I the gem. More precisely in my update to it. Please use either an older version or my fork (https://github.com/toto/APNS) until it is fixed.
Hello, I'm using your gem for one of my project.
The project allows the user to send a push notification of an event, a user can have multiple events.
When I use this code to send the push:
everything works fine.
if insteas I use this code
I receive, on the phone side, pushes for events I pushed even yesterday (actually for all the events that have been pushed).
I'm not saying this is a bug of your gem, maybe it's about the way the apple manages the push requests, just to let you know.
The text was updated successfully, but these errors were encountered: