Code to share file path/file between a share extension and iOS app

后端 未结 3 1727
心在旅途
心在旅途 2021-01-04 02:18

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

3条回答
  •  北海茫月
    2021-01-04 02:33

    1. If you don't want show dialog default from apple. Should be inherit from UIViewController not @interface ShareViewController : SLComposeServiceViewController
    2. In Apple developer document, don't permit Extensions app open directly Containing app except Today extension app.

提交回复
热议问题