I am trying to submit a Mac app to the App Store.
It includes multiple targets communicating via XPC. Therefore I need to hardwire their bundle identifiers in the code.
I found that Apple will add a prefix to the app's bundle identifier.
My question is whether I should hardwire the prefix to the bundle identifiers in the code too, in order to make them work on users' computers?
Thanks in advance.