2

how to solve the error in ther following image , when archive and validate a new application version?? enter image description here

matsjoyce
  • 5,277
  • 6
  • 28
  • 36

2 Answers2

0

Your bundle identifier is invalid. Replace it with proper bundle identifier. You can change it like this:

enter image description here

Edit: You must have an iTunes Connect app record to validate and upload your app to iTunes Connect. The bundle ID you enter in iTunes Connect must match the bundle ID in your Xcode project.

Refer this Apple Documentation. Also, this SO Answer.

Community
  • 1
  • 1
Arpit Dongre
  • 1,665
  • 16
  • 28
0

yes, I found the problem. i make a new project and copy for all classes and files into new project, and then validate and upload api without any problem.

I think the problem in plist file, it is corrupted. for that I make copy for this file from test folder into Project folder