Integrating a Static Library Into a Swift Package (part II)

Integrating a Static Library Into a Swift Package (part II)

When working on iOS projects, integrating static libraries (C/Objective-C) into Swift Packages can seem daunting.

With tools like Swift Package Manager (SPM) and XCFrameworks, integrating these libraries is easier and more efficient.

This step-by-step guide will walk you through the entire process, from inspecting the static library to packaging it into a reusable Swift Package.

Read More
How Single Sign-On Extension (SSOe) Simplifies Mobile App Login
App Development, Mobile App Development Patricia Cosma App Development, Mobile App Development Patricia Cosma

How Single Sign-On Extension (SSOe) Simplifies Mobile App Login

Single Sign-On has always been an important feature in enterprise and education technology, offering students, teachers, administrators and other type of users the ability to use one set of credentials to access multiple tools.

So what makes an SSO extension unique and a game-changer for all its users alike?

How does it tackle the pains of fragmented user access while scaling effortlessly for institutions of all sizes?

Read More
Integrating a Static Library Into a Swift Package (part I)

Integrating a Static Library Into a Swift Package (part I)

Think integrating a third-party library into your iOS project is a simple drag-and-drop? Think again.

Static libraries, manual header paths, and cryptic linker errors. As an iOS developer, these might give you some headaches, only to see Apple’s ecosystem evolve from .a files to modern Swift Package Manager integrations.

But how did we get here?

Read More