So, when I saw the bit about App Clips at WWDC last year, I wasn’t terribly excited. After all, QR codes have been around for ages; the fact that Apple ignored them until they could figure out a proprietary version struck me as par for the course. Even the example use case they gave (stillContinue reading “App Clip”
Tag Archives: ios
Specify Your Dream
I keep wanting to be able to write native apps for my devices, and it keeps being true that I can’t wrap my brain around The Way You’re Supposed To Do It. I’ve taken Coursera and Udemy courses on iOS and macOS programming, and I’ve even shipped a couple of toy apps to the AppContinue reading “Specify Your Dream”
Something They Leave Out
Here’s something the tutorials don’t tell you, but that is kind of important: Flutter plugins add their own CocoaPod dependencies to the iOS project. This is why the installation instructions for Firebase tell you to skip through everything in the iOS installation after you install the GoogleService-Info.plist file. The rest of the installation gets handledContinue reading “Something They Leave Out”