Enable Focus mode programmatically in iOS 15

Viewed 753

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?

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.

Related