Phireak Noeur
Results
1
issues of
Phireak Noeur
$push = new PushNotification('apn'); $apn = $push->setConfig(['topic' => 'com.example.walletapp.io']); $response = $apn->setMessage(['aps' => []]) ->setDevicesToken($device) ->send() ->getFeedback(); return response()->json($response); The response { "success": false, "error": "", "results": [ { "status":...