Share Extension not appearing in the list of apps on capable of Sharing Photo on iPhone

You have to change the deployment target of share extension form target of your project then it starts working.


Your testing iPhone version is lower than your Deployment Info setting:

e


You have to make sure what kind extension identifier you need com.apple.ui-services or com.apple.share-services

that's my configuration example:

ui services

This is where it appears using ui-services:

enter image description here

And here using the com.apple.share-services :

enter image description here

and then:

enter image description here

And for everything works fine, don't forget to make sure that your project has the same deployment info target version that your target (General/Deployment Info/Deployment Target)

see ya, hope it helps!