powerauth-push-server
powerauth-push-server copied to clipboard
Allow sending push notification only to a specified platform
Some messages may only be relevant for iOS or Android. Currently, there is no way to say. We should add a filtering attribute to the message payload:
{
"platform": [ "ios" ]
}
If platform
is not specified, it means "any".