Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Focus mode programmatically in iOS 15

Tags:

ios

swift

ios15

iOS 15 introduces the new Focus Mode, which reduces distraction by filtering notifications and apps.

I understand that a lot of these types of settings on iOS aren't able to be programmatically changed; but, for sake of clarity, can Focus Mode be programmatically enabled without the use of internal linking to settings?

like image 820
Ben Myers Avatar asked Feb 25 '26 20:02

Ben Myers


1 Answers

I'm pretty sure the API to set the focus mode will not be publicly available (Why should it?). However as iOS 15 is still in Beta, Apple could still add the ability at a later time.

like image 64
Fabio Avatar answered Feb 27 '26 09:02

Fabio