In a previous article we saw an example on how an attacker could analyse an app in the search of vulnerabilities, and perform an XSS attack through the misuse of a web view. Hopefully after reading that, if you weren’t … Read More
Author Archives: Felipe Ferrari

A simple implementation of Remote Configuration for SwiftUI
First of all a quick definition of Remote Configuration: It is a way to customize the behaviour of a desired system based on certain parameters that are stored on a remote location. Many well known libraries will give you this … Read More
Tags: Ios, iOS Developer, swift, SwiftUI

Security awareness in an iOS environment
It is really common nowadays for development teams to hurry in order to meet deadlines. One of the first things put aside is the quality of the code in general, but one point that is among the most important ones, … Read More
Tags: Ios, iOs Apps, iOS Developer, Software Architecture