Thursday, April 13, 2017

Device token must be mask "/[^0-9a-f]/". Token given: "" laravel 5.2

Currently using laravel 5.2, in my application I need to send push notification to ios device , I'm using davibennun/laravel-push-notification/ package , but now getting the below error

InvalidArgumentException in Message.php line 133: Device token must be mask "/[^0-9a-f]/". Token given: "8AEF78760EB4504384742A501132D21D62D899740E8A234093C3DC27162ED046"

This Message.php is the vendor , not a good option to edit the vendor as it will change if we update the composer. Looking forward for a reply



via Rupali

Advertisement