Build not visible in itunes connect with xcode 8.2 ios 10

I use Xcode 8.2 to download my applications on itunes connect.when I download it from xcode, the assembly loads successfully.

However, when I connect to itunes connect, I can see the assembly in processing in the activity section for a few seconds, then the assembly will automatically disappear without any errors or information.

I also reported an error report to apple, but they did not respond.

I also tried the application loader, but the same result.

The same questions are being asked on SO, but were too old, so I have to ask a new question.

Please check the screenshots below.

https://postimg.org/image/4xh8kq8bt/

https://postimg.org/image/7ykey9m6p/

https://postimg.org/image/mc8g6h6pt/

Thank.

+4
1

. , , info.plist.

<key>NSCameraUsageDescription</key>
<string>Please allow to access camera to take property images.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Please allow to access nearest featured properties.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Please allow to access nearest featured properties.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Please allow to access photo library to use images.</string>

: iPad IOS 9 , , UIRequiresFullScreen Info.plist Xcode YES.

, , iTunesConnect . .

. , , . , , , .

, , .

https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

+2

Source: https://habr.com/ru/post/1665289/


All Articles