how to properly send push notifications
问题 This is not my first app sending push notifications but it is my first app where I send a notification to all my users at the same time. What Im experiencing is that not all my users receive the notification, only some of them, even though they have the settings correct(ie notifications for my app enabled), also the code is correct since it is sent to some of them, so my guess is that the code "misses" some executions, since the conection with the APNS is asyncronous so somehow( you tell me