C# Send notification to device group with unique custom data FCM

前端 未结 1 1624
野性不改
野性不改 2021-01-25 08:05

I am aware that I can supply registration_ids to the JSON request to send to multiple devices in the form of string arrays. However, I have a unique token that I wa

相关标签:
1条回答
  • 2021-01-25 09:00

    Unfortunately, if you are attempting to send something unique to each user, you'll have to send each unique payload separately.

    What I can think of (just assuming a scenario) is for you to send a specific parameter (an ID of some sort) and have the client app interpret it depending on the user. Hope that makes sense.

    0 讨论(0)
提交回复
热议问题