bnbwebexpertise / laravel-push-notifications

[DEPRECATED] APNs and GCM Push Notifications module for Laravel 5
5 stars 5 forks source link

Added payload tracking for ease of debugging #5

Closed rbrotherton closed 6 years ago

rbrotherton commented 6 years ago

When trying to implement Unicode characters (Emoji) I found the underlying APNs library escaping to be troublesome. Debugging was a pain without being able to easily see the true JSON payloads being generated. Now the return array from the Notification->send() method will contain a copy of each JSON payload generated.