iOS App Submission Error

Hi,


I'm keep recieving this error while trying to submit my iOS app which also includes an action to the App Store, would love if someone can help me out thanks!



ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'NSExtensionActivationRule' in bundle NAME.app/PlugIns/Counter.appex is invalid. Please refer to the App Extension Programming Guide on https://developer.apple.com"

Replies

>which also includes an action to the App Store


What 'action to the App Store' would that be?


What is the value of the setting for that key in the Info.plist?

I have removed NSExtensionActivationRule now it says:
App Store Connect Operation Error
ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'NSExtensionActivationRule' in bundle AppName.app/PlugIns/Share.appex is invalid. Please refer to the App Extension Programming Guid

My Info.plist:
<key>NSExtension</key>

<dict>

<key>NSExtensionAttributes</key>

<dict>

<key>NSExtensionActivationRule</key>

<string></string>

</dict>

<key>NSExtensionMainStoryboard</key>

<string>MainInterface</string>

<key>NSExtensionPointIdentifier</key>

<string>com.apple.share-services</string>

</dict>

Also tried with:
<key>NSExtension</key>

<dict>

<key>NSExtensionAttributes</key>

<dict>

</dict>

<key>NSExtensionMainStoryboard</key>

<string>MainInterface</string>

<key>NSExtensionPointIdentifier</key>

<string>com.apple.share-services</string>

</dict>