Tag Archives: ssl
“The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.”
I started getting this error when making network requests to our dev server after upgrading and testing our app using Xcode 7 and iOS 9. It turns out that this is a feature introduced in iOS 9, App Transport Security. It basically requires the app to make requests to https urls. These also should be […]
Push Notifications for iOS Apps – PushWoosh
I came across a service for push notifications, probably a bit late to the table but I have only just needed push notifications in my apps. Being a web developer my original idea was to host the service on my hosting and then that way I would be able to send as many notifications as […]