I have added a share extension for my app say SAMPLE (already exists on the app store), called lets say SAMPLESHARE. Whenever a user, say takes a picture and tries to share
If you don't want show dialog default from apple.
Should be inherit from UIViewController not
@interface ShareViewController : SLComposeServiceViewController
In Apple developer document, don't permit Extensions app open directly Containing app except Today extension app.