Hello. I want to get callback from REST service, which download multiple audio files asynchronously by FileTransfer. I have XML file and I go though each object, get link and start downloading file.
Events "Success" and "Complete" are called too fast (when code is done, but files are still downloading). Would you please give appropriate solution to resolve task.
Perhaps, it has to be number of objects in XML which I will be decrementing... How to get it? Or some other solution.
Thanks!