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
Hi, I think you should consider getting the push urls from a config file, and it should be optional for the consumer to change it when calling apns2 api;
// Apple HTTP/2 Development & Production urls
const (
HostDevelopment = "https://api.sandbox.push.apple.com"
HostProduction = "https://api.push.apple.com"
)
The text was updated successfully, but these errors were encountered:
Hi, I think you should consider getting the push urls from a config file, and it should be optional for the consumer to change it when calling apns2 api;
The text was updated successfully, but these errors were encountered: