laravel-expo-notifier icon indicating copy to clipboard operation
laravel-expo-notifier copied to clipboard

Notification counts the tokens, while push_notifications_per_request limits the messages

Open esquire900 opened this issue 6 months ago • 0 comments

A user can have multiple tokens, which can lead to a batch push notification request with 100 notifications, but more than 100 tokens to send it to. Even though push_notifications_per_request is set to < 100, expo will refuse the request in that case.

esquire900 avatar May 22 '25 05:05 esquire900