App rejected due to missing usage descriptions (Xcode8)

iOS 10 must add permission in info.plist just review this BLOG :- settings-in-ios-10 you get all idea. Add permission in info.plist file base on your error log. Note: Write proper reason for permission in string value otherwise apple reject app again. NSCameraUsageDescription <key>NSCameraUsageDescription</key> <string>You have to describe the real usage for a human.</string> NSContactsUsageDescription <key>NSContactsUsageDescription</key> … Read more

Xcode 7 error: “Missing iOS Distribution signing identity for …”

From Apple – Thanks for bringing this to the attention of the community and apologies for the issues you’ve been having. This issue stems from having a copy of the expired WWDR Intermediate certificate in both your System and Login keychains. To resolve the issue, you should first download and install the new WWDR intermediate … Read more