Nikola Mladenovic
Nikola Mladenovic
This is the code from `main.swift`: ```swift import Foundation import Dispatch let request = URLRequest(url: URL(string: "https://raw.githubusercontent.com/nikola-mladenovic/AwsSwiftSign/master/README.md")!) let session = URLSession(configuration: .default) let semaphore = DispatchSemaphore(value: 0) session.dataTask(with: request, completionHandler:...
You now also have to *exclude* `libresolv.so.2` (along with `libcurl.so.4`) in order for networking to work.
Hi @t0rn , do you have an example where the encoding / decoding fails?
Got it, thanks 👍 As you've probably seen, it's been a couple of years since the last release, swift continued evolving, and even though the SDK should be completely functional...
Since we did the Apple Pay integration in the new version of Sunrise iOS app, I wanted to revisit this issue and discuss whether we still like to offer some...
Currently, when the HTML response is received the following error will be passed to the client: `AFError.ResponseSerializationFailureReason.jsonSerializationFailed`
In order to change this, we would need to stop using `responseJSON` (which gives us automatic JSON response serialization) Alamofire method calls from all of our endpoints. Instead, we'd manually...
Agreed, thank you! 👍