-23690 when trying to upload to the Apple App Store?
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 to share
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 to share