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
According to the APNS documentationapns-expiration header may be a Unix timestamp down to 0. But the setExpirationAt() method requires a DateTime value only and converts it to the Unix timestamp before sending it to the APNS. The way you can make it work looks too cumbersome at the moment:
According to the APNS documentation
apns-expiration
header may be a Unix timestamp down to 0. But thesetExpirationAt()
method requires a DateTime value only and converts it to the Unix timestamp before sending it to the APNS. The way you can make it work looks too cumbersome at the moment:Any ideas on how to improve the developer experience here?
The text was updated successfully, but these errors were encountered: