question

kamilkurzyna avatar image
kamilkurzyna asked

How to send push notifications to many players?

Hey, we have a need to send push notifications to many players, but target players Ids are dynamic. How can I do that? Is there any dynamic batch mechanism to use? In API doc there is only one Recipient, and I need to be able to set multiple.

,

Hey, we have a need to send push notifications to many players, but target players Ids are dynamic. How can I do that? Is there any dynamic batch mechanism to use?

Push Notifications
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

PlayFab only support to send notifications to multiple players via Scheduled Tasks, where you can send notifications to all players in a specific segment. If that doesn't meet your requirement, you may need to call SendPushNotification for each player to send notifications.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.