Same bundle identifiers
This is the first time I am working with a remote team. The team added me to their existing apple developer account as a member. My apple id is non paid developer account. Now, I am trying to install a project on my device using the bundle identifier and provisioning profile from the developer account. The bundle identifier & provisioning profile was already there, I did not create new. The app build successfully, no conflict but it do not install on device, before running on device xcode throws this:
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
Do I need a new bundle identifier & provisioning profile to run on device ? What happen if two team member use the same bundle identifier & provisioning profile ? Note that this project got push notification enabled in the provisioning profile. Is there any possibility with the pods ?
swift xcode
add a comment |
This is the first time I am working with a remote team. The team added me to their existing apple developer account as a member. My apple id is non paid developer account. Now, I am trying to install a project on my device using the bundle identifier and provisioning profile from the developer account. The bundle identifier & provisioning profile was already there, I did not create new. The app build successfully, no conflict but it do not install on device, before running on device xcode throws this:
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
Do I need a new bundle identifier & provisioning profile to run on device ? What happen if two team member use the same bundle identifier & provisioning profile ? Note that this project got push notification enabled in the provisioning profile. Is there any possibility with the pods ?
swift xcode
i think you have to change your team in xcode project setting. select the team in which your project is created
– Pratik Prajapati
Jan 1 at 8:25
Selected team from the beginning, does not work
– Arafin Russell
Jan 1 at 8:38
add a comment |
This is the first time I am working with a remote team. The team added me to their existing apple developer account as a member. My apple id is non paid developer account. Now, I am trying to install a project on my device using the bundle identifier and provisioning profile from the developer account. The bundle identifier & provisioning profile was already there, I did not create new. The app build successfully, no conflict but it do not install on device, before running on device xcode throws this:
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
Do I need a new bundle identifier & provisioning profile to run on device ? What happen if two team member use the same bundle identifier & provisioning profile ? Note that this project got push notification enabled in the provisioning profile. Is there any possibility with the pods ?
swift xcode
This is the first time I am working with a remote team. The team added me to their existing apple developer account as a member. My apple id is non paid developer account. Now, I am trying to install a project on my device using the bundle identifier and provisioning profile from the developer account. The bundle identifier & provisioning profile was already there, I did not create new. The app build successfully, no conflict but it do not install on device, before running on device xcode throws this:
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
Do I need a new bundle identifier & provisioning profile to run on device ? What happen if two team member use the same bundle identifier & provisioning profile ? Note that this project got push notification enabled in the provisioning profile. Is there any possibility with the pods ?
swift xcode
swift xcode
edited Jan 1 at 10:12
Arafin Russell
asked Jan 1 at 8:16
Arafin RussellArafin Russell
402718
402718
i think you have to change your team in xcode project setting. select the team in which your project is created
– Pratik Prajapati
Jan 1 at 8:25
Selected team from the beginning, does not work
– Arafin Russell
Jan 1 at 8:38
add a comment |
i think you have to change your team in xcode project setting. select the team in which your project is created
– Pratik Prajapati
Jan 1 at 8:25
Selected team from the beginning, does not work
– Arafin Russell
Jan 1 at 8:38
i think you have to change your team in xcode project setting. select the team in which your project is created
– Pratik Prajapati
Jan 1 at 8:25
i think you have to change your team in xcode project setting. select the team in which your project is created
– Pratik Prajapati
Jan 1 at 8:25
Selected team from the beginning, does not work
– Arafin Russell
Jan 1 at 8:38
Selected team from the beginning, does not work
– Arafin Russell
Jan 1 at 8:38
add a comment |
2 Answers
2
active
oldest
votes
There are some options. First one, is to change the bundle identifier to whatever. this will allow you to install the app on your phone without any changes although you could not release any app for your team on the app-store. the second option is to ask for developer account from your team. there would not be any big problem it 2 person login from one developer account in XCode as I know.
To login as a team member, your team needs to add your apple-id to the team.
If you are using push notifications, you won't receive them if you change the bundle id. and you have to ask your team to add you as a team member
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
add a comment |
In my case I solved the issue by changing my application bundle identifier & extension bundle identifier. If application bundle identifier is like : com.companyName.productName then the extension bundle identifier has to be like : com.companyName.productName.extensionName
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53993998%2fsame-bundle-identifiers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are some options. First one, is to change the bundle identifier to whatever. this will allow you to install the app on your phone without any changes although you could not release any app for your team on the app-store. the second option is to ask for developer account from your team. there would not be any big problem it 2 person login from one developer account in XCode as I know.
To login as a team member, your team needs to add your apple-id to the team.
If you are using push notifications, you won't receive them if you change the bundle id. and you have to ask your team to add you as a team member
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
add a comment |
There are some options. First one, is to change the bundle identifier to whatever. this will allow you to install the app on your phone without any changes although you could not release any app for your team on the app-store. the second option is to ask for developer account from your team. there would not be any big problem it 2 person login from one developer account in XCode as I know.
To login as a team member, your team needs to add your apple-id to the team.
If you are using push notifications, you won't receive them if you change the bundle id. and you have to ask your team to add you as a team member
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
add a comment |
There are some options. First one, is to change the bundle identifier to whatever. this will allow you to install the app on your phone without any changes although you could not release any app for your team on the app-store. the second option is to ask for developer account from your team. there would not be any big problem it 2 person login from one developer account in XCode as I know.
To login as a team member, your team needs to add your apple-id to the team.
If you are using push notifications, you won't receive them if you change the bundle id. and you have to ask your team to add you as a team member
There are some options. First one, is to change the bundle identifier to whatever. this will allow you to install the app on your phone without any changes although you could not release any app for your team on the app-store. the second option is to ask for developer account from your team. there would not be any big problem it 2 person login from one developer account in XCode as I know.
To login as a team member, your team needs to add your apple-id to the team.
If you are using push notifications, you won't receive them if you change the bundle id. and you have to ask your team to add you as a team member
edited Jan 1 at 9:05
answered Jan 1 at 8:56
Hamid ShahsavariHamid Shahsavari
6601224
6601224
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
add a comment |
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
They have already added me as a team member, now my account is developer account. Tried your methods few times, still its not working.
– Arafin Russell
Jan 1 at 9:09
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
stackoverflow.com/questions/35674208/… check this link, maybe it could help you, I think your team didn't added you in a right way. there are some confusions in adding somebody as a team member.
– Hamid Shahsavari
Jan 1 at 9:18
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
They have added and I could select team from my xcode, so I think thats not the issue.
– Arafin Russell
Jan 1 at 9:26
add a comment |
In my case I solved the issue by changing my application bundle identifier & extension bundle identifier. If application bundle identifier is like : com.companyName.productName then the extension bundle identifier has to be like : com.companyName.productName.extensionName
add a comment |
In my case I solved the issue by changing my application bundle identifier & extension bundle identifier. If application bundle identifier is like : com.companyName.productName then the extension bundle identifier has to be like : com.companyName.productName.extensionName
add a comment |
In my case I solved the issue by changing my application bundle identifier & extension bundle identifier. If application bundle identifier is like : com.companyName.productName then the extension bundle identifier has to be like : com.companyName.productName.extensionName
In my case I solved the issue by changing my application bundle identifier & extension bundle identifier. If application bundle identifier is like : com.companyName.productName then the extension bundle identifier has to be like : com.companyName.productName.extensionName
answered Jan 2 at 3:49
Arafin RussellArafin Russell
402718
402718
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53993998%2fsame-bundle-identifiers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
i think you have to change your team in xcode project setting. select the team in which your project is created
– Pratik Prajapati
Jan 1 at 8:25
Selected team from the beginning, does not work
– Arafin Russell
Jan 1 at 8:38