Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D5E5F86D for ; Fri, 25 Apr 2014 18:53:28 +0000 (UTC) Received: (qmail 60341 invoked by uid 500); 25 Apr 2014 18:53:19 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 60315 invoked by uid 500); 25 Apr 2014 18:53:18 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 60114 invoked by uid 99); 25 Apr 2014 18:53:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 18:53:15 +0000 Date: Fri, 25 Apr 2014 18:53:15 +0000 (UTC) From: "AH (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-6525) download success callback not called in 0.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 AH created CB-6525: ---------------------- Summary: download success callback not called in 0.4.3 Key: CB-6525 URL: https://issues.apache.org/jira/browse/CB-6525 Project: Apache Cordova Issue Type: Bug Components: Plugin File Transfer Affects Versions: 3.4.0 Environment: Cordova 3.4.1 iOS 0.4.3 of the file transfer plugin Reporter: AH I've noticed that the success callback doesn't get executed after a download is successfully completed. Specifically, if success contains a console.log, nothing is logged to the Xcode debugger even though the download has completed successfully. I can tell that the download was completed because the following message is logged in Xcode: "File Transfer Finished with response code 200" transfer.download(src, localPath, success, error); I think this is an issue with version 0.4.3 of the file transfer plugin. Version 0.4.2 of the plugin running on Cordova 3.4.1 didn't have this bug. I found another possible report of this bug: http://stackoverflow.com/questions/23240807/cant-setmetadata-while-downloading-files-via-filetransfer-download-in-ios-in-ph -- This message was sent by Atlassian JIRA (v6.2#6252)