Sometimes during iOS development, you want every run to start with a completely fresh app installation – without leftover UserDefaults, local files, or other application data. A tiny simctl trick, but very useful when testing first-launch behavior or anything that depends on a clean application state.
Tag: iOS
-

Angular QR Code Generator Component
Update: Latest update supports Angular 22 and standalone components.
How to: angularx qrcode with standalone components.
Say hello to my new Angular QR Code module, called angularx-qrcode. It’s not only a drop-in replacement for the no-longer-maintained
ng2-qrcodecomponent to generate and display QR Codes, it’s as well heavily optimized for Angular and Ionic.angularx-qrcode supports Angulars Ivy compiler and AOT Compilation (Ahead-of-Time Compilation), which results in significant faster rendering. It’s as well available as webpack’ed common.js and es2015-module and open-sourced under the MIT licence.
-
Quick Tip: Release iOS 7 Apps with Xcode 8

Build iOS 7 Apps with Xcode 8 If you (like me) wanted all the new bells and whistles in Xcode 8 and realized too late, that the latest officially supported iOS Version of Xcode 8 is iOS 8 and you need support for the iPhone 4 or iPad mini (both run on iOS 7) in one app, here are the good news: You don’t have to go back to Xcode 7 – we built and released a working App for iOS 7 with Xcode 8.

