1

I have the following in my extension's plist

    <key>NSExtension</key>
    <dict>
            <key>NSExtensionAttributes</key>
            <dict>
                    <key>NSExtensionActivationRule</key>
                    <dict>
                            <key>NSExtensionActivationSupportsFileURLWithMaxCount</key>
                            <integer>1</integer>
                            <key>NSExtensionActivationSupportsImageWithMaxCount</key>
                            <integer>1</integer>
                    </dict>
            </dict>
            <key>NSExtensionMainStoryboard</key>
            <string>MainInterface</string>
            <key>NSExtensionPointIdentifier</key>
            <string>com.apple.share-services</string>
    </dict>

So my extension shows up in Photos and Snapchat, but not Dropbox. What should I tweak to get listed in dropbox share choices?

Anton Tropashko
  • 5,486
  • 5
  • 41
  • 66