Afnetworking: Error Domain=NSPOSIXErrorDomain Code=28 "No space left on device" UserInfo={

Created on 6 Nov 2018  ·  4Comments  ·  Source: AFNetworking/AFNetworking

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

Most helpful comment

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

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings