简体   繁体   中英

My share extension does not show up among the dropbox extensions

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM