I'm writing a mac application with cocoa
I was following this link: https://developer.apple.com/library...RLLoadingSystem/Tasks/UsingNSURLDownload.html
for using NSURLDownload
however I have these design elements:
window has an username/password
calls a webservice to login and get some information
calls a webservice to get downloads from purchase(s) made
I get valid data with url's to download my files, which are 10-30-40 MB in size...
my goal was to use a table view with a progress bar but my progress bar never updates...
sighs...if you can help we can go over an NDA and NC agreement as that's required but it's pretty simple, call a webservice get a list of files that has downloads requested and download the file(s)...
I was following this link: https://developer.apple.com/library...RLLoadingSystem/Tasks/UsingNSURLDownload.html
for using NSURLDownload
however I have these design elements:
window has an username/password
calls a webservice to login and get some information
calls a webservice to get downloads from purchase(s) made
I get valid data with url's to download my files, which are 10-30-40 MB in size...
my goal was to use a table view with a progress bar but my progress bar never updates...
sighs...if you can help we can go over an NDA and NC agreement as that's required but it's pretty simple, call a webservice get a list of files that has downloads requested and download the file(s)...