• Resolved piersoft

    (@piersoft)


    private function _unregisterDevice($token){

    global $wpdb;

    $sql = “UPDATE apns_devices
    SET status=’uninstalled’
    WHERE devicetoken='{$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.