The bundle identifier cannot be changed from the current value error

app-store-connect, bundle-identifier, ios, ipad, iphone

Solution

So it shows that both identifiers are not same,

Create new identifier like, `com.cmpny.appname`

Set up again itunes app using this identifier

- Use this identifier in xcode and create archive

Problem

I made iPhone app, now i want to upload this app in Appstore. When i try to upload archive file from organizer it shows me this error: : `Bundle identifier` in my target project is `com.Appname` What changes i need to do ? Please help and thanks in advance.

Original source