FrenchKit Conference: Day 2 Highlights

Yesterday, I shared my highlights on FrenchKit Conference 2019, Day 1. Today, I will talk about FrenchKit Day 2. Swift Superpowers Swift Superpowers were three lightning talks presented by David Bonnet, mostly focused on server-side Swift, and spread out during the day. He covered the following topics: Vapor 3 code examples Networking example with SwiftNIO […]

FrenchKit Conference: Day 1 Highlights

FrenchKit is an iOS and macOS developer conference held in Paris. The fourth edition took place on October 7-8, 2019. I was attending this conference for the first time and really enjoyed the gathering. The conference is well organised, with a lot of excellent speakers. There is a true good vibe coming from the FrenchKit […]

The concepts behind Swift UI: Introduction

SwiftUI is a new application framework from Apple that complements UIKit and AppKit. It is expected to be the future of UI definition on Apple platform, unifying GUI application writing using the same framework on all Apple platforms, from Apple Watch to iOS and MacOS.

Reading iOS Provisioning Profile in your Swift App

In this short post, I will describe how to a read provisioning profile from iOS mobile app to discover some apps metadata. The mobile provisioning profile is a file embedded by XCode when you build and package your application. It contains several pieces of information that can be useful for your app. For example, you […]

Swift messaging with Cocoa Pods and XMPPFramework

This is an updated version of this post Oyez Oyez Oyez Swift lovers ! The new pod for XMPPFramework is finally ready ! You are just one pod install away of your next chat application client, in Swift ! The XMPPFramework Podspec was re-written to be fully compatible with Swift, check the full tutorial and […]

Building a simple chat client using XMPPFrameWork and Cocoapods

When it comes to building an XMPP client on iOS, one will immediately struggle with the lack of documentation and a complex setup involving tweaking files and laborious try’n fail attempts. Suffer no more ! Enter the world of cocoapod: you are just 2 words away of your next XMPP chat client. See more and […]