upload cordova plugin FileTransfer and result FileTransfer undefined

Previously he was working with FileTransfer 0.5.0 and upgrade to the latest version is 1.1.0. Before work with the plugin as follows:

$cordovaFileTransfer.upload(encodeURI(server), $scope.imagen, ftOptions, trustAllHosts,true)

This without any problem for me EXCEPT in IOS. each time you try to upload an image, received the CODE 3. To try to resolve this update the plugin is this error and now I always get.

Now I get the following error:

Error in Success callbackId: ImageResizer816340848 : ReferenceError: Can't find variable: FileTransfer console-via-logger.js:173
ReferenceError: Can't find variable: FileTransfer cordova.js:1109

With $cordovaFileTransfer or FileTransfer I get the same error.