While submit my app I got an error message. Anyone please suggest some solution for this.
Asked
Active
Viewed 46 times
-2
-
1I'm voting to close this question as off-topic because it's about app store submissions and not about programming. – Mureinik Sep 18 '15 at 20:19
-
Actually error message is pretty clear. Have you checked Info.plist file? – Vokinneberg Sep 18 '15 at 20:19
-
yes.my app name and bundle display name are same only – david Sep 18 '15 at 20:22
-
http://stackoverflow.com/questions/5771556/how-can-i-change-executable-name maybe could be helpfull – Vokinneberg Sep 18 '15 at 20:28
-
You may want to add the contents of your info.plist to your question. – WhiteViking Sep 18 '15 at 20:34
-
i have updated my post.but when i add some other name with executable file with +sign.i cant able to do validation.please help me out – david Sep 18 '15 at 21:17
2 Answers
1
You have your "Bundle Display Name" set to "Noteapp (SS)"
As the error states you may not use "(" or ")"

Casey
- 6,531
- 24
- 43
0
Check your Bundle identifier. It is com.sathishchinniah.$(PRODUCT_NAME:rfc1034identifier)
The bundle identifier should not contain "$,(,),:" or other special characters while submitting to appstore.
Set the Bundle identifier to com.sathishchinniah.yourappname
.
Also make sure u follow the above rule in build Name.

DHEERAJ
- 1,478
- 12
- 32