Marius

Results 47 comments of Marius

The setup should be pretty easy once we know that the Apn Notification Channel can accept an array of recipients (https://github.com/Edujugon/PushNotification/blob/master/src/Apn.php#L289). Just make sure your ``Device`` model has the ``ios_push_token``...

@icemancast Yes. The value that you return is the recipient of the notification, or if you return an array, recipients. It's given that your User model has a ``devices`` relationship....

Just delete the device row from the database?

You can iterate through all users and send a notification, but for this you should use a job service (e.g redis).

@syn6UK great work! Feel free to submit a PR here updating the README.md to recommend the new project :).

Could u fix this in ur most resent PR? Thanks :)

Yes, let's just keep this issue open then, and not do anything about it right now :).