how to solve the error in ther following image , when archive and validate a new application version??
Asked
Active
Viewed 77 times
2

matsjoyce
- 5,744
- 6
- 31
- 38

Oduy Samarah Alzoubi
- 41
- 1
- 5
-
Which Xcode you are using? – Poles Dec 01 '16 at 10:08
-
Version 8.2 beta (8C23) – Oduy Samarah Alzoubi Dec 01 '16 at 10:12
-
Change your bundle name to something else that is unique. – KAR Dec 01 '16 at 10:19
-
I am sure it is unique – Oduy Samarah Alzoubi Dec 01 '16 at 10:37
-
I changed the bundle name, but the problem it is still appearing . – Oduy Samarah Alzoubi Dec 01 '16 at 11:03
2 Answers
0
Your bundle identifier is invalid. Replace it with proper bundle identifier. You can change it like this:
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,683
- 19
- 30
-
are you sure from that? did you face this problem Previously? – Oduy Samarah Alzoubi Dec 01 '16 at 10:17
-
It's better that you use your own bundle identifier. Currently, you're using AFNetworking ones, which is not yours. It will most probably solve your problem. – Arpit Dongre Dec 01 '16 at 10:24
-
I changed the bundle name, but the problem it is still appearing . – Oduy Samarah Alzoubi Dec 01 '16 at 11:36
-
-
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

Oduy Samarah Alzoubi
- 41
- 1
- 5