4

I am last 3 to 5 day upload try... I upload build time itune connect display processing message after build complete done that check itune connect doesn't display build version and processing message.

enter image description here

more than time upload build(diff build version) using archive window and application loader but itunes connect doesn't display build. upload message is display done.

New Build Upload Project v1.1 and build v 1.1.1

Screen 1 enter image description here

Screen 2 enter image description here

Screen 3 enter image description here

Bhadresh Kathiriya
  • 3,147
  • 2
  • 21
  • 41

2 Answers2

-1

I Solve my question:

enter image description here

I add NSPhotoLibraryUsageDescription in plist file because i use photo library.

<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>

iTunes connect send build invalid reason to apple account mail id. I check my mail id after set above code because I use PhotoLibraryUsageDescription that you are check your mail account.

Bhadresh Kathiriya
  • 3,147
  • 2
  • 21
  • 41
-1

In New XCode we have to add properties in plist for particular Library Usage enter image description here

Jagveer Singh
  • 2,258
  • 19
  • 34