0

I’d like to enable the users of my app to access one of its features more quickly just by tapping a command in the control center, without the app forced to be in foreground.

I know that I can customize my control center commands, but is it possible to create a new one, and if so, how?

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223
Rob
  • 4,123
  • 3
  • 33
  • 53

1 Answers1

1

In iOS 11, control center commands are not accessible for third-party apps. If you want to provide fast access to functions, consider creating a widget.

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223