For the next version of my iPhone app say 1.3 I want to change the product name and i am keeping bundle identifier same as old version. Is it cause any problem in AppStore?
Changing the "product name" in the configuration will change the executable name also. Since for executable name they used same $PRODUCT_NAME. So it was crashing if i will replace the old version.
The solution i added the key "Bundle display name" in the info.plist and entered to new value for the key.