I have added Share extension to my application. In Photos application when I tap on share, I can't see my application until I select two or more photos.
Here activation rules:
Here activation rules:
Code Block <key>NSExtensionAttributes</key> <dict> <key>NSExtensionActivationRule</key> <dict> <key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key> <integer>10</integer> <key>NSExtensionActivationSupportsAttachmentsWithMinCount</key> <integer>1</integer> <key>NSExtensionActivationSupportsFileWithMaxCount</key> <integer>10</integer> <key>NSExtensionActivationSupportsImageWithMaxCount</key> <integer>10</integer> <key>NSExtensionActivationSupportsMovieWithMaxCount</key> <integer>1</integer> <key>NSExtensionActivationSupportsText</key> <false/> <key>NSExtensionActivationSupportsWebPageWithMaxCount</key> <integer>0</integer> <key>NSExtensionActivationSupportsWebURLWithMaxCount</key> <integer>0</integer> </dict>