アップロードは成功(Success)で後に、iTunes connectでステータスが
... has changed to Invalid Binary とになった場合の解決について。
問題の詳細はメールで届くようで、以下のようなメッセージが届きます。
Dear developer,
We have discovered one or more issues with your recent delivery for "My app name". To process your delivery, the following issues must be corrected:
Invalid Icon - The watch application 'myapp.app/Watch/watch.app' contains an icon file 'myapp.app/Watch/watch.app/AppIcon98x98@2x.png' with an alpha channel. Icons should not have an alpha channel.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
このメッセージでは、アイコン画像にアルファチャンネルが含まれていてはいけないというものでした。
その他に私が体験したエラーは、
ユーザーデータへアクセスする目的を記述することが必要
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
これは、BaseSDK iOS10から必要になった、カメラやマイク、フォトライブラリなどにアクセスするアプリは、使用目的をinfo.plistに記述しなくてはならないといものに関連したものです。
私は、keyの設定はしていたのですが、value を後で書こうとおもっていてそのまま送信してしまった際にエラーとなりました。