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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thank for making this library.
I'm trying to build a web service that send push using Vapor and APNSwift and I have a few questions.
Are those property refer to the same behaviour ?
app.apns.configuration?.topic
req.apns.send(topic:)
Are those property refer to the same behaviour ?
APNSwiftPayload(threadID:)
req.apns.send(collapseIdentifier:)
How can I get the HTTP/2 Response from APNs ?
Can I provide the
apns-id
toAPNSwiftPayload
? Fix for it in review hereFrom a best practice stand point should I use APNS only inside a queue ? Fix for it merged here
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions