XCodeからSubmitしたら・・・
5分後にこんなメールが帰ってきた
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
対応
特にカメラを利用していないのでオフにした
CameraCapture.mm
+ #if 0
#include "CameraCapture.h"
#include "AVCapture.h"
#include "CMVideoSampling.h"
#include "CVTextureCache.h"
~~ (略) ~~
+ #endif