Submit the App Store does not appear build version
Xcode version: 8.0
Recently to the app Store with a new version, submitted several times, the built number added several, upload every success, but on the itunes contact has not seen the optional build, and did not see the message feedback.
After the discovery is iOS 10, Apple enhanced the protection of user privacy, access to the camera, album, Microphone, Location, contacts, etc., all need to add permissions in the Info.plist file, and one less. Add the appropriate permissions as needed, and add them to the project.
<!--albums-<key>NSPhotoLibraryUsageDescription</key> <string>app requires your consent to access the album </string > <!--camera--<key>NSCameraUsageDescription</key> <string>app requires your consent to access the camera </string > <!--Microphone--<key>NSMicrophoneUsageDescription</key> <string>app requires your consent to access the microphone </ String> <!--location-<key>NSLocationUsageDescription</key> <string>app requires your consent to access the location </ String> <!--access Location-<key>NSLocationWhenInUseUsageDescription</key> <string> The app requires your consent to access location </string> <!--always access location--<key>NSLocationAlwaysUsageDescription</key> <string>app requires your consent to always access the location </string> <!--calendar--<key>nscalendarsusagedescription</key > <string>app Need your consent to access Calendar </string> <!--reminders-<key>nsremindersusagedescription</ Key> <string>app need your consent to access reminders </string> <!--sports and fitness--<key>nsmotionusaGedescription</key> <string>app need your consent to access sports and fitness </string> <!--health Updates--<key> Nshealthupdateusagedescription</key> <string>app requires your consent to access health updates </string> <!--health Sharing--< Key>nshealthshareusagedescription</key> <string>app need your consent to access health sharing </string> <!--Bluetooth-- <key>NSBluetoothPeripheralUsageDescription</key> <string>app need your consent to access Bluetooth </string> <! --Media Library-<key>NSAppleMusicUsageDescription</key> <string>app requires your consent to access the Media Library </string >
IOS commits AppStore builds not appearing