darshantank1995

Results 2 issues of darshantank1995

{ "success": 1, "failure": 0, "tokenFailList": [] } ![image](https://user-images.githubusercontent.com/18484091/95998609-a8fa1180-0e52-11eb-9d76-28f248134a85.png) $push = new PushNotification('apn'); $response = $push->setMessage([ 'aps' => [ 'alert'=> "Breaking News!", 'sound' => 'default' ] ]) ->setDevicesToken(['0431e9d44cbca06e7ebcd1491ba11d5a821c94533e395a56ce9c5675b6da29e9']) ->send() ->getFeedback();...