Search code examples
URLSessionWebSocket Not Calling didClose Delegate Method...


iosswiftwebsocketurlsession

Read More
How to use new Result type introduced in swift 5 URLSession?...


urlsessionswift5

Read More
Why do I see an error about 'data(for:delegate:) is only available on iOS 15.0+' even though...


iosswiftxcodeconcurrencyurlsession

Read More
How to debug URLSession POST Authentication Login Failure...


iosauthenticationpostcookiesurlsession

Read More
Swift: Background upload using URLSession...


iosswiftamazon-s3urlsessionnsurlsessionuploadtask

Read More
Get timeout with URLSession dataTask in Swift after restart app because retain cycle with delegate...


swifturlsession

Read More
How to correctly send multiple url requests at the same time and display the received data in a tabl...


swifturlsession

Read More
Using data from a URLSession and understanding Completion Handlers in Swift 5...


swifturlsession

Read More
Limit API Calls to 40 per minute (Swift)...


swiftapinsurlsessionurlsessionnsurlsessiondownloadtask

Read More
How to send tokens with url using URLSession and decode it in SwiftUI...


iosswiftswiftuiurlsessionjsondecoder

Read More
Swift - Return Generic Type/Data...


iosswiftgenericsurlsession

Read More
Combine's DataTaskPublisher does not output when passed through flatMap in Playgrounds...


swiftcombineswift-playgroundurlsession

Read More
How to make multiForm data post request in swift?...


swiftpostmultipartform-dataurlsession

Read More
SwiftUI Structuring and Decoding JSON...


jsonswiftdictionaryurlsession

Read More
URL request times out when app is in the background...


iosswifturlsessionbackground-task

Read More
URLSession not sending data to PHP API...


phpswifturlsession

Read More
URLSEssion Does not send any response...


iosswiftnsurlsessionurlsession

Read More
Upload file error handling using URLSessionConfiguration.background and uploadTask...


iosswifthttpurlsessionnsurlsessionuploadtask

Read More
Why isn't code being executed after/within a second URLSession.shared.dataTask, that is within a...


iosswiftwhile-loopurlsessionyelp-fusion-api

Read More
Observe URLSession operation queue count?...


iosswiftkey-value-observingurlsessionoperationqueue

Read More
Am unable to receive HTTP responses with UIViewController set as URLSessionDelegate...


swifturlsession

Read More
Swift Combine - Accessing separate lists of publishers...


swiftasynchronouscombineurlsession

Read More
How to send nested raw JSON in URLSession to Vapor API?...


jsonswiftvaporurlsession

Read More
"Expected to decode Dictionary<String, Any> but found an array instead.", underlying...


apiswiftuiurlsession

Read More
Make enum with return Class inheriting Codable to parse JSON to your model class...


iosjsonswifturlsession

Read More
Unsure if I need the following lines (setting delegate and delegateQueue) in my code, for URLSession...


swifturlsession

Read More
How to cache response in iOS and show only when internet is not available?...


iosswiftcachingalamofireurlsession

Read More
Getting nil data when try to cancel a task and restart it again Swift...


swiftscheduled-tasksnsurlsessionurlsessionnsurlsessiondatatask

Read More
Backporting URLSession's download(for:delegate:) for concurrent usage...


swifturlsessionswift-concurrency

Read More
conforming to a protocol require delegate variable be available in ios13...


iosswiftprotocolsurlsessionurlsessionwebsockettask

Read More
BackNext