Chris Dzombak

iOS 15 & Safari 15

Part of the iOS 15 Bugs series.

iOS 15 is out. Overall I’m happy-ish with it, but I’ve run into some bugs/annoyances. A lot of these are around Focus Modes, which is maybe the iOS 15 feature I’ve played with most so far.

Focus modes don’t always block all the notifications I expected

When I took the following screenshot, I had been in the Personal focus mode for several hours. The app in the screenshot (Google Chat) is not supposed to be able to show me notifications in this focus mode:

Google Chat notifications delivered during focus mode

Oddly, notifications from the Mastodon app, which also is not allowed to show notifications in this mode, were previously rolled up as expected:

Mastodon notifications delivered during focus mode

Shortcut to activate focus mode actually deactivated it

I have an iOS Shortcut which I run before bed; it basically turns on the Sleep focus mode (on iOS 14, it enabled Do Not Disturb), dims the screen, mutes the phone, and opens an ambient sound app.

Yesterday, while running the shortcut, I was already in Personal focus mode. Rather than switching to Sleep focus mode, it just disabled Personal focus mode. I had to manually enable Sleep focus mode later.

Sleep focus mode implementation in Shortcuts

Can’t allow Shortcuts notifications in a focus mode

Speaking of my before-bed shortcut: I have a Shortcuts Automation that asks if I want to run the shortcut when I connect to the Bluetooth speaker in the bedroom.

Problem: focus modes hide notifications from the Shortcuts app, and you apparently can’t allow Shortcuts notifications in a focus mode:

Shortcuts app is missing when configuring a focus mode's allowed apps

So, if I’m in a focus mode when I turn on the Bluetooth speaker, I see this:

Shortcuts notification delivered during focus mode

For reference, I want to see this:

Shortcuts notification delivered outside of focus mode

I can’t figure out how to run an app I installed via Xcode

I was also unpleasantly surprised last night to find that I can no logner run my Lake Michigan sounds app:

Untrusted developer alert

I assumed I could go to the Settings app and trust this developer certificate in the Profiles view, same as I would before, but I can’t find that view anywhere:

Settings app has no Profiles section any more

The “VPN & Device Management” screen in Settings doesn’t have any way for me to trust my own developer certificate:

VPN & Device Management settings screen has no relevant settings

I’ve tried reinstalling the app with Xcode, but the problem persists. I havew no idea how to run an app I developed myself on my phone with iOS 15.

On the Mac: Let’s talk about Safari 15

Holy shit, Apple shipped this:

Safari 15 on macOS

It’s possible to turn off the tab background color “feature” in Safari’s Preferences ⇨ Tabs, or with the following defaults command:

defaults write "com.apple.Safari" "NeverUseBackgroundColorInToolbar" '1'