easyapns error when uninstall a device
-
private function _unregisterDevice($token){
global $wpdb;
$sql = “UPDATE
apns_devices
SETstatus=’uninstalled’
WHEREdevicetoken='{$token}’
LIMIT 1;”;
$this->db->query($sql, ‘query’);
}it’s ok. change this in class_APNS.php file.
The topic ‘easyapns error when uninstall a device’ is closed to new replies.