Hello,
Our app is in production now and we are experincing some trouble with push notifications. Currently we get from our database what devices are the ones that need to receive the notification. After that, one by one, the message is prepared and the API request is made. The first requests work fine, but when it reaches a certain number, we start to get 404 error.
Is this caused by some limit on the number of times API requests are made on a certain amount of time? Would it be better to group the requests to the notification API by grouping in each request several devices?
Thank you very much,