When making the POST to a local MongoosePush service it returns :
{
"reason": "no_matching_pool"
}
Here the POST URL and Body
https://localhost:8443/v3/notification/f534534543
{
"service": "apns",
"alert":
{
"body": "notification's text body",
"title": "notification's title"
}
}
When making the POST to a local MongoosePush service it returns :
{
"reason": "no_matching_pool"
}
Here the POST URL and Body
https://localhost:8443/v3/notification/f534534543
{
"service": "apns",
"alert":
{
"body": "notification's text body",
"title": "notification's title"
}
}