Skip to content

APNs urls should be in a config file #188

@keremoge

Description

@keremoge

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"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions