Search

Developers Log

A blog about software developing and technology

Month

February 2017

Basic authentication in Swift 3.0

In this post we will see how we can connect to a RESTFUL service that uses basic authentication in Swift 3.0 using Alamofire, or URLRequest

Dependency managing in Swift: Carthage & CocoaPods

Dependency managers for Swift: Carthage and CocoaPods are the most widespread options. Let's see how they can help us to add third party libraries/ frameworks to our project

http request blocked: meet App Transport Security

App Transport Security was intended to protect the user's privacy; Its most immediate affect, however, has been to greet iOS developers around the world with the following error message: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

Blog at WordPress.com.

Up ↑