powerauth-push-server icon indicating copy to clipboard operation
powerauth-push-server copied to clipboard

Allow sending push notification only to a specified platform

Open petrdvorak opened this issue 4 years ago • 0 comments

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

petrdvorak avatar Dec 23 '20 10:12 petrdvorak