Will creating a project by copying another project interfere with the creation of App IDs in my developer account when I use automatic signing?

If I copy a project and change the name of the project in the copy, will that interfere with the iOS App IDs in my developer account created by automatic signing?

Replies

An app/bundleID is expected to be unique between apps, unless you are using wildcards. When it is not, there can be conflicts, both during testing and in the store.


Don't assume that a cloned project will result in a new app/bundleID.