Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bundle identifier differs from reserved bundle identifier

Tags:

iphone

itunes

I am trying to upload my app on itunes. For that I have created an app id and reserved a bundle identifier. In my project I have changed bundle identifier in info.plist file. But when I am trying to upload my app on itunes it is showing error that "Bundle identifier differs from reserved bundle identifier". I am changing the bundle identifier in info.plist but its showing the old one in the error. Is there any other place where we have to change the bundle identifier too? because changing the bundle identifier in info.plist is not doing the work.

like image 654
Ideveloper Avatar asked Feb 04 '23 03:02

Ideveloper


1 Answers

I figured this out. Once you correct your plist file to match your bundle ID on iTunes Connect you have to actually delete the contents of your build dir. Even just a clean command will not clear out the info.plist file in that directory. I deleted my project's build/Distribution-build folder and re-built and it worked.

like image 148
Jeremy Mullin Avatar answered Feb 13 '23 06:02

Jeremy Mullin