8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ContainingAppとExtensionのバージョンはそろえる

Posted at

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
8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?