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

前端 未结 4 2006
时光取名叫无心
时光取名叫无心 2021-01-12 11:48

I am trying to create a share app extension and followed the tutorial from this source:

http://www.technetexperts.com/mobile/share-extension-in-ios-applicati         


        
相关标签:
4条回答
  • 2021-01-12 12:06

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

    0 讨论(0)
  • 2021-01-12 12:21

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

    0 讨论(0)
  • 2021-01-12 12:24

    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:

    This is where it appears using ui-services:

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

    and then:

    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!

    0 讨论(0)
  • 2021-01-12 12:24

    I went through the technetexperts tutorial, a probable issue looks like the @"group.iosApp.testSharing" passed to NSUserDefaults doesn't matches the one described in .plist

    0 讨论(0)
提交回复
热议问题