PinnedEmbrace the Evolution: Preparing Your iOS App for the “Required Reason API”Since iOS 14.5 the IDFA for user identification can only be used with the user’s permission. It seems that as a consequence, some apps have used (forbidden) fingerprinting to make devices uniquely identifiable. …4 min read4 min read
Mar 28Essential Utilities for iOS developers — Indispensable Development ToolsWelcome to the world of iOS development! Whether you’re a beginner or a veteran, having the right development tools for the job is essential. To help you on your journey, I’ve compiled a list of the best software tools for iOS developers. …IOS App Development3 min readIOS App Development3 min read
Feb 1, 2022IDFA vs. IDFV — Identifiers for Advertising and Tracking on iOSIn order to display ads that are perfectly tailored to the user and for tracking purposes a tracking id (that identifies the device/user) is required. A typical application for ads is frequency capping: In this case this tracking id is used to prevent the user from seeing a specific advertisement more…IOS2 min readIOS2 min read
Nov 30, 2021SonarQube Pull Request Decoration with GitLabReviewing pull requests is one of the daily (sometimes tiresome) tasks of software developers. Parts of the review can be automated so that the reviewer can concentrate on the essentials such as architecture and business logic. Learn how your team can save review time with SonarQube Pull Request Decoration. TL; TR — Preview The…IOS3 min readIOS3 min read