i have 1100 files to download ,all files totally 17M ,but when i download the 511th,it complete with error (Error Domain=NSPOSIXErrorDomain Code=28 "No space left on device" UserInfo={ ) ,i checked device space is enough . so why? thank you please
the same question!
Have you figured out the solution?
Have you figured out the solution?
i was wrong to create session with every download duty, "No space left on device" is for to many sessions,you can use singal session
same question!
I use shared urlsessionManager to solved,and works!
Most helpful comment
i was wrong to create session with every download duty, "No space left on device" is for to many sessions,you can use singal session