-23690 when trying to upload to the Apple App Store?

Screencap window errors.

I'm trying to upload an archive to an app store in Xcode and this is what spun to me. I'm not lucky to know what that means. Every other error I've encountered had at least some details to go away, but this time it just displays the error code number.

+3


source to share


2 answers


I believe I had a similar problem and solved it by uploading with the Application Loader

opposite Organizer

.



  • Export your archive first.
  • Then open the Application Loader in Xcode> Open Developer Tools> Application Loader
  • Then click "Deliver Your Application" and add the exported archive.
+2


source


You tried -

  • Increase build number
  • Adding appropriate permissions to you Info.plist (camera permissions, location, etc.)
  • Added correct assets for app icons
  • Check the configuration profile settings to ensure they are correct.


I was lucky enough to use Application Loader to submit so you can try it out.

Hope this helps.

0


source







All Articles