@@ -23,7 +23,7 @@ trait JpushHelper
if($user&&$user->jpush){
$regId = array($user->jpush);
$options = array(
- 'apns_production' => false,
+ 'apns_production' => true,
);
try {
$pusher = $client->push();