How to create an extension point

Hi community:

I was looking for a way to setup extensions points referred in this doc, to allow other apps to extend my app functionality with ExtensionFoundation:

https://developer.apple.com/documentation/extensionfoundation/

Thanks in advance.

Answered by Frameworks Engineer in 729620022

iOS applications can not define their own extension points.

There is no documented list of all system-defined extension points, but the Xcode File > New > Target templates show many of the common ones.

I believe that only Apple's apps can define extension points.

If it's truth @eskimo, Which is the apple app list that defines extension points?

Thanks in advance

Accepted Answer

iOS applications can not define their own extension points.

There is no documented list of all system-defined extension points, but the Xcode File > New > Target templates show many of the common ones.

How to create an extension point
 
 
Q