itunes Connect build does not display after Ios-xcode upload

Source: Internet
Author: User

After upgrading to the Xcode8 version most people will encounter this problem-happy to develop an app to upload to itunes backstage to submit the audit, but itunes Connect backstage activity bar does not appear in the app we uploaded, the exact display of a short time after the disappearance of no-cause, Nor does Apple's email tell why, only with the help of a strong network and those who share the spirit of the Giants!

A variety of Google Baidu after finding a solution, because after iOS10 Apple is more focused on protecting user rights, in any need to use the device permissions need to declare in advance.
In the plist file in your project, add the following fields

The following are easy to copy and paste with:
Microphone Permissions:
Privacy-microphone usage Description Do you allow this app to use your microphone?

Album Permissions:
Privacy-photo Library Usage Description Do you want to allow this app to access your albums?

Camera Permissions:
Privacy-camera usage Description Do you allow this app to use your camera?

Address Book permissions:
Privacy-contacts Usage Description Do you allow this app to access your contacts?

Geolocation permissions (background targeting):
Privacy-location always Usage Description Do you allow this app to access your geographic location?

Location permissions (foreground location):
Privacy-location when do I Description allow this app to access your geographic location?

Bluetooth permissions:
Privacy-bluetooth Peripheral Usage Description Do you Xu Yun this app to use Bluetooth?

Calendar permissions:
Privacy-calendars usage Description allow this app to use the calendar?

Note that there are no spaces before and after the copy, and you must have a description after the permission field, or Xcode will automatically delete the declaration

Find out that there are some of the predecessors said that there are several permissions are required to set up, I just set the microphone, camera, album, after the permission statement but still not build successfully, so all the permissions in the Plist file in a unified declaration of the most perfect, And remind the user that the permission prompt box is only available in the app code to use this feature to pop up, so don't worry about affecting the user experience.

After all the permission fields have been added, once again, either with Xcode or application loader upload succeeds, you will see the successful build in itunes Connect backstage and submit the review!

itunes Connect build does not display after Ios-xcode upload

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.