Skip to content

Commit

Permalink
Merge pull request #57 from DaanGeurts/master
Browse files Browse the repository at this point in the history
Updated documentation about the FeedbackService class
  • Loading branch information
dwightwatson committed Jun 13, 2019
2 parents d5a34dc + ce87416 commit 4c696d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -99,7 +99,7 @@ Apple implements a Feedback Service. See the [Zend APN documentation](https://fr
>
> The feedback service simply returns an array of Feedback responses. All tokens provided in the feedback should not be sent to again; unless the device re-registers for push notification. You can use the time in the Feedback response to ensure that the device has not re-registered for push notifications since the last send.
Example using the ApnChannel:
One way to use the Feedback Service is by [using Laravel's task scheduling functionality](https://laravel.com/docs/scheduling). All tokens returned from the feedback service should be removed from the system and should not be sent again.

```php
use App\User;
Expand Down

0 comments on commit 4c696d4

Please sign in to comment.