1

Does anyone know, how it is possible to add an application to the control center in iOS 11 like TeamViewer does?

Thanks for any kind of help.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
thatmarcel
  • 388
  • 3
  • 15

1 Answers1

3

This will be possible by adding the Broadcast Upload Extension to your application. You can add the extension as below File -> New -> Target -> Broadcast Upload Extension

Make sure that bundle ids for both targets (original app target and extension target) should start with the same string like below App bundle id:- com.test.com.testapp Extension bundle id:- com.asurion.com.testapp.BExtensionUpload

Gunwant
  • 161
  • 1
  • 4