Action Extensionに対応したアプリをリリースしたところ、収容アプリケーションとエクステンションのバージョンが違うという旨の警告がでました。
そのまま審査出すこともできるようですが、毎回警告がでてしまうため、合わせておくのがよさそうです。
Dear developer,
We have discovered one or more issues with your recent delivery for "XXX App". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
CFBundleVersion Mismatch - The CFBundleVersion value '1' of extension 'XXX.app/PlugIns/YYY.appex' does not match the CFBundleVersion value '3.0.0' of its containing iOS application 'XXX.app'.
CFBundleShortVersionString Mismatch - The CFBundleShortVersionString value '1.0' of extension 'XXX.app/PlugIns/YYY.appex' does not match the CFBundleShortVersionString value '3.0.0' of its containing iOS application 'XXX.app'.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.
Regards,
The App Store team