I want to submit my application to appstore.
I saw this screen shot

So what is ${PRODUCT_NAME:rfc1034identifier}
Is it the name of the executable?
Is there a way to change it?
Should I just hardcode the ${PRODUCT_NAME:rfc1034identifier} and put actual product name?
I believe you’re correct that “product” is the executable name, but even if it isn’t you won’t have any problem with hard coding your bundle ID, I always do this. (true or not) I feel like it makes the process more fool proof.
EDIT: It seems like this is automatically set to the name of the project.