iOS Conferences for Mobile Developers in 2024
Mar 9 2023 · Article (5 mins)
Discover the top iOS conferences of 2024! From keynote speakers to workshops, learn from industry experts and...
more
iOS Conferences for Mobile Developers in 2024
Discover the top iOS conferences of 2024! From keynote speakers to workshops, learn from industry experts and network with fellow developers to boost your iOS career.
iOS & Swift
Dissect the PKCE Authorization Code Grant Flow on iOS
Nov 18 2022 · Article (20 mins)
Learn how to use Proof Key for Code Exchange (PKCE) authentication flow to access APIs with your Swift iOS ap...
more
Dissect the PKCE Authorization Code Grant Flow on iOS
Learn how to use Proof Key for Code Exchange (PKCE) authentication flow to access APIs with your Swift iOS apps.
iOS & Swift
Advanced Networking with URLSession
Sep 15 2022 · Video Course (1 hr, 12 mins)
Dive deeper into URLSession. Learn how to upload data and how to perform background downloads. Work with s...
more
Advanced Networking with URLSession
Dive deeper into URLSession. Learn how to upload data and how to perform background downloads. Work with sockets and use WebSockets for real-time messaging. Learn about authentication, App Transport Security, and cookies.
iOS & Swift
Beginning Networking with URLSession
Sep 13 2022 · Video Course (2 hrs, 11 mins)
Learn how to use URLSession, Apple’s networking API, including how to download data, show download progres...
more
Beginning Networking with URLSession
Learn how to use URLSession, Apple’s networking API, including how to download data, show download progress, group multiple network requests, handle errors, and more. Learn about concurrency and how it plays a role in networking, perform downloads. Updated for iOS 15 and Swift 5.6.
iOS & Swift
CloudKit
Dec 9 2021 · Video Course (25 mins)
CloudKit is Apple’s remote data storage service. Based on iCloud, it provides a low-cost option to store a...
more
CloudKit
CloudKit is Apple’s remote data storage service. Based on iCloud, it provides a low-cost option to store and share app data.
iOS & Swift
Monitoring HTTP Traffic with Instruments
Nov 29 2021 · Article (15 mins)
Learn to monitor and analyze HTTP traffic using Instruments Network profiling in your iOS SwiftUI apps.
Monitoring HTTP Traffic with Instruments
Learn to monitor and analyze HTTP traffic using Instruments Network profiling in your iOS SwiftUI apps.
iOS & Swift
Spinner and Progress Bar in Swift: Getting Started
Sep 29 2021 · Article (25 mins)
Learn how to implement a spinner indicator and progress bar in both UIKit and SwiftUI.
Spinner and Progress Bar in Swift: Getting Started
Learn how to implement a spinner indicator and progress bar in both UIKit and SwiftUI.
iOS & Swift
Using Proxyman to Inspect Network Traffic
Sep 13 2021 · Article (25 mins)
Learn how to use Proxyman as a man-in-the-middle proxy to inspect network traffic on your iOS device or simul...
more
Using Proxyman to Inspect Network Traffic
Learn how to use Proxyman as a man-in-the-middle proxy to inspect network traffic on your iOS device or simulator.
iOS & Swift
Advanced Charles Proxy Tutorial for iOS
Jul 5 2021 · Article (25 mins)
Get more out of Charles Proxy by learning advanced features like mapping responses to local files, automating...
more
Advanced Charles Proxy Tutorial for iOS
Get more out of Charles Proxy by learning advanced features like mapping responses to local files, automating requests and writing logs.
iOS & Swift
Charles Proxy Tutorial for iOS
Jun 9 2021 · Article (25 mins)
Learn how to use Charles for iOS and macOS to inspect encrypted and unencrypted network traffic for both your...
more
Charles Proxy Tutorial for iOS
Learn how to use Charles for iOS and macOS to inspect encrypted and unencrypted network traffic for both your own apps and third-party apps.
iOS & Swift
App Clips in iOS
May 13 2021 · Video Course (30 mins)
Whether you’re picking up coffee or renting a bike, you’ve likely
been faced with the decision of installi...
more
App Clips in iOS
Whether you’re picking up coffee or renting a bike, you’ve likely
been faced with the decision of installing an app or not. Living in a time where
there truly is an app for everything, it’s often frustrating to download an app
just to get a ride home or book a hotel on-the-go. With App Clips, developers can
make a small portion of their app available for near-instant use, so users can
avoid the installation, sign-in, and onboarding process. In this course,
learn how to implement your own App Clips in your iOS apps and help users discover
your app while on the move!
Learn how to use Firebase Cloud Messaging to send and receive remote push notifications in your SwiftUI iOS a...
more
Firebase Cloud Messaging for iOS: Push Notifications
Learn how to use Firebase Cloud Messaging to send and receive remote push notifications in your SwiftUI iOS app.
iOS & Swift
Multipeer Connectivity in iOS
Jan 12 2021 · Video Course (22 mins)
In this course, you'll learn how to use Multipeer Connectivity: Apple's framework for transferring...
more
Multipeer Connectivity in iOS
In this course, you'll learn how to use Multipeer Connectivity: Apple's framework for transferring data between devices with no external network.
iOS & Swift
Getting Started with AWS AppSync for iOS
Jan 11 2021 · Article (30 mins)
Learn how to consume GraphQL APIs in your SwiftUI iOS apps in a simple and type-safe way using AWS AppSync fr...
more
Getting Started with AWS AppSync for iOS
Learn how to consume GraphQL APIs in your SwiftUI iOS apps in a simple and type-safe way using AWS AppSync framework.
iOS & Swift
Using AWS as a Back End: Authentication & API
Nov 9 2020 · Article (35 mins)
Learn how to use Amazon Web Services (AWS) to build a back end for your iOS apps with AWS Amplify and Cognito...
more
Using AWS as a Back End: Authentication & API
Learn how to use Amazon Web Services (AWS) to build a back end for your iOS apps with AWS Amplify and Cognito, using GraphQL.
iOS & Swift
Alamofire Tutorial for iOS: Advanced Usage
Oct 12 2020 · Article (25 mins)
In this tutorial, you’ll learn about the advanced usage of Alamofire. Topics include handling OAuth, network ...
more
Alamofire Tutorial for iOS: Advanced Usage
In this tutorial, you’ll learn about the advanced usage of Alamofire. Topics include handling OAuth, network logging, reachability, caching and more.
iOS & Swift
Alamofire
May 5 2020 · Video Course (45 mins)
Learn the ins and outs of Alamofire from making requests to uploading files and how to pin certificates. T...
more
Alamofire
Learn the ins and outs of Alamofire from making requests to uploading files and how to pin certificates. This course uses Alamofire 5.
iOS & Swift
Alamofire 5 Tutorial for iOS: Getting Started
Feb 10 2020 · Article (30 mins)
In this Alamofire tutorial, you’ll build an iOS companion app to perform networking tasks, send request param...
more
Alamofire 5 Tutorial for iOS: Getting Started
In this Alamofire tutorial, you’ll build an iOS companion app to perform networking tasks, send request parameters, decode/encode responses and more.
iOS & Swift
CloudKit Tutorial: Getting Started
Oct 2 2019 · Article (30 mins)
In this CloudKit tutorial, you’ll learn how to add and query data in iCloud from your app, as well as how to ...
more
CloudKit Tutorial: Getting Started
In this CloudKit tutorial, you’ll learn how to add and query data in iCloud from your app, as well as how to manage that data using the CloudKit dashboard.
Multiple Domains
Real-Time Communication with Streams Tutorial for iOS
Jul 8 2019 · Article (25 mins)
Get down to TCP-level networking and learn about sockets and how to use Core Foundation to build a real-time ...
more
Real-Time Communication with Streams Tutorial for iOS
Get down to TCP-level networking and learn about sockets and how to use Core Foundation to build a real-time chat app in this iOS streams tutorial.
iOS & Swift
URLSession Tutorial: Getting Started
Jun 12 2019 · Article (30 mins)
In this URLSession tutorial, you’ll learn how to create HTTP requests as well as implement background downloa...
more
URLSession Tutorial: Getting Started
In this URLSession tutorial, you’ll learn how to create HTTP requests as well as implement background downloads that can be both paused and resumed.
iOS & Swift
Preventing Man-in-the-Middle Attacks in iOS with SSL Pinning
May 29 2019 · Article (25 mins)
In this tutorial, you’ll learn how to prevent man-in-the-middle attacks using SSL Pinning and Alamofire. You’...
more
Preventing Man-in-the-Middle Attacks in iOS with SSL Pinning
In this tutorial, you’ll learn how to prevent man-in-the-middle attacks using SSL Pinning and Alamofire. You’ll use the Charles Proxy tool to simulate the man-in-the-middle attack.
iOS & Swift
Getting Started With PromiseKit
Dec 12 2018 · Article (30 mins)
Asynchronous programming can be a real pain and can easily result in messy code. Fortunately for you, there’s...
more
Getting Started With PromiseKit
Asynchronous programming can be a real pain and can easily result in messy code. Fortunately for you, there’s a better way using promises & PromiseKit on iOS.
iOS & Swift
Moya Tutorial for iOS: Getting Started
Jul 23 2018 · Article (30 mins)
Moya is a networking library inspired by the concept of encapsulating network requests in type-safe way, typi...
more
Moya Tutorial for iOS: Getting Started
Moya is a networking library inspired by the concept of encapsulating network requests in type-safe way, typically using enumerations, that provides confidence when working with your network layer. Become a networking superhero with Moya!