|
@@ -61,7 +61,7 @@ class push_app
|
|
|
$customizedcast->setPredefinedKeyValue("badge", 0);
|
|
|
$customizedcast->setPredefinedKeyValue("sound", "chime");
|
|
|
// Set 'production_mode' to 'true' if your app is under production mode
|
|
|
- $customizedcast->setPredefinedKeyValue("production_mode", "false");
|
|
|
+ $customizedcast->setPredefinedKeyValue("production_mode", "true");
|
|
|
//Set extra fields
|
|
|
$customizedcast->setCustomizedField("go_type", $pushinfo['go_type']);
|
|
|
|