Skip to content

Add support for multiple recipient with one push message #52

@mbordia-eightfold

Description

@mbordia-eightfold

As per this example in expo documentation to attribute in PushMessage should expect string[] as well allowing support for multiple recipient for a push message.

There are few places in the codebase which results in the error when we pass list of expo tokens in to attribute:

  1. Expects to attribute to be string only
  2. Throws error even if response is expected response

I think proper implementation for this would either require :
a. removal of the assumption that 1 push message corresponds to single recipient
b. or converting single PushMessage into multiple duplicate PushMessages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions