I have Uploaded an app in iTunes connect using application loader. It showing submitted successfully but in iTunes connect i didn't find any + Build Button. What i Should To do. Help Me it's urgent.
You need to assign permission for below thing which ever is being used by the application
NSCameraUsageDescription
<key>NSCameraUsageDescription</key> <string>$(PRODUCT_NAME) camera use.</string>NSContactsUsageDescription
<key>NSContactsUsageDescription</key> <string>$(PRODUCT_NAME) contacts use.</string>NSPhotoLibraryUsageDescription
<key>NSPhotoLibraryUsageDescription</key> <string>$(PRODUCT_NAME) photos and video use.</string>NSBluetoothPeripheralUsageDescription
<key>NSBluetoothPeripheralUsageDescription</key> <string>$(PRODUCT_NAME) bluetooth use.</string>NSMicrophoneUsageDescription
<key>NSMicrophoneUsageDescription</key> <string>$(PRODUCT_NAME) microphone use.</string>NSMotionUsageDescription
<key>NSMotionUsageDescription</key> <string>$(PRODUCT_NAME) motion use.</string>NSLocationAlwaysUsageDescription
<key>NSLocationAlwaysUsageDescription</key> <string>$(PRODUCT_NAME) location use.</string>NSLocationUsageDescription
<key>NSLocationUsageDescription</key> <string>$(PRODUCT_NAME) location use.</string>NSLocationWhenInUseUsageDescription
<key>NSLocationWhenInUseUsageDescription</key> <string>$(PRODUCT_NAME) location use.</string>NSRemindersUsageDescription
<key>NSRemindersUsageDescription</key> <string>$(PRODUCT_NAME) reminders use.</string>NSSiriUsageDescription
<key>NSSiriUsageDescription</key> <string>$(PRODUCT_NAME) siri use.</string>NSVideoSubscriberAccountUsageDescription
<key>NSVideoSubscriberAccountUsageDescription</key> <string>$(PRODUCT_NAME) video use.</string>NSSpeechRecognitionUsageDescription
<key>NSSpeechRecognitionUsageDescription</key> <string>$(PRODUCT_NAME) speech recognition use.</string>