-2

enter image description here

While submit my app I got an error message. Anyone please suggest some solution for this.

enter image description here

david
  • 636
  • 2
  • 12
  • 29

2 Answers2

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