Technology How-to How to remove a Virus from an iPhone or iPad public – 4 min read Despite contrary believes, iOS malwares exist, but they are rare. Iβll cover now how to check an iPhone or… Dec 28, 2020 Arturo
Apple Technology Swift No suitable application records were found. Verify your bundle identifier β...β is correct public – 1 min read This happens when you try to upload an new app directly from Xcode to the App Store. Here's how to fix it Dec 28, 2020 Arturo
SwiftUI Swift SwiftUI Must know programming Basics public – 1 min read Learn the fundamentals of SwiftUI. Any Apple developer coding in SwiftUI should know this. Dec 28, 2020 Arturo
SwiftUI How @State works in SwiftUI public – 2 min read The @State keyword is a @propertyWrapper , a feature introduced in Swift 5.1. SwiftUI manages the storage of any property… Dec 28, 2020 Arturo
Apple iOS Privacy How to ask apps to NOT Track you on iPhone β public – 2 min read iPhones are not only beautiful, but they are also leading the way into privacy with the new iOS featured introduced in iOS 14. Dec 27, 2020 Arturo
SwiftUI Recommend another app from the App Store in SwiftUI paid – 1 min read SwiftUI gives us a dedicated modifier that can recommend other apps on the App Store, which is a great way to cross-sell to users β βif you liked this, youβll also like thatβ, and so on. Dec 26, 2020 Arturo