Xcode error when uploading to App Store: “No suitable application records were found”
I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.
All goes well in Xcode until I upload to the App Store. I get the following error:
iTunes Store operation failed.
No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.

xcode app-store ionic-framework
add a comment |
I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.
All goes well in Xcode until I upload to the App Store. I get the following error:
iTunes Store operation failed.
No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.

xcode app-store ionic-framework
1
You should validate within xcode before uploading.
– Amr Lotfy
Mar 27 '17 at 9:55
I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?
– Jayprakash Dubey
May 30 '17 at 4:57
add a comment |
I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.
All goes well in Xcode until I upload to the App Store. I get the following error:
iTunes Store operation failed.
No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.

xcode app-store ionic-framework
I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.
All goes well in Xcode until I upload to the App Store. I get the following error:
iTunes Store operation failed.
No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.

xcode app-store ionic-framework
xcode app-store ionic-framework
edited May 7 '15 at 22:06
pkamb
15.3k1283122
15.3k1283122
asked May 7 '15 at 20:09
irthirth
9701921
9701921
1
You should validate within xcode before uploading.
– Amr Lotfy
Mar 27 '17 at 9:55
I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?
– Jayprakash Dubey
May 30 '17 at 4:57
add a comment |
1
You should validate within xcode before uploading.
– Amr Lotfy
Mar 27 '17 at 9:55
I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?
– Jayprakash Dubey
May 30 '17 at 4:57
1
1
You should validate within xcode before uploading.
– Amr Lotfy
Mar 27 '17 at 9:55
You should validate within xcode before uploading.
– Amr Lotfy
Mar 27 '17 at 9:55
I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?
– Jayprakash Dubey
May 30 '17 at 4:57
I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?
– Jayprakash Dubey
May 30 '17 at 4:57
add a comment |
8 Answers
8
active
oldest
votes
I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.
You need to create a new Bundle Identifier in the Developer portal:

Then choose it when you "Create New App" in iTunesConnect:

For me, I'd pick com.maniac-games.lowdown.
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
6
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
add a comment |
Maybe you need to review this document.
In other words:
- You must go to developer.apple.com and create a provisioning profile and bundle id.
- Assign devices to provisioning
- Then ... enter itunesconnect and create app and assign your bundle id.
- Enter to Xcode and reload provisioning files.
- Enter to Targets files and select provisioning.
- Product -> Archive and go on :)
2
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
1
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
1
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
3
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
add a comment |
I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
once you created app on itunesconnect. you should not get this error anymore.
there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.
add a comment |
I received the same error on multiple attempts.
Follow below step:
1) Create AppID inside developer site Identifiers -> IDS.
2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.
3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.
4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store
5) Successfully you have upload app in app store.
add a comment |
Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!
add a comment |
You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier
add a comment |
For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.
Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.
add a comment |
Set the Same name.this way is success.



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%2f30110757%2fxcode-error-when-uploading-to-app-store-no-suitable-application-records-were-f%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.
You need to create a new Bundle Identifier in the Developer portal:

Then choose it when you "Create New App" in iTunesConnect:

For me, I'd pick com.maniac-games.lowdown.
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
6
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
add a comment |
I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.
You need to create a new Bundle Identifier in the Developer portal:

Then choose it when you "Create New App" in iTunesConnect:

For me, I'd pick com.maniac-games.lowdown.
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
6
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
add a comment |
I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.
You need to create a new Bundle Identifier in the Developer portal:

Then choose it when you "Create New App" in iTunesConnect:

For me, I'd pick com.maniac-games.lowdown.
I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.
You need to create a new Bundle Identifier in the Developer portal:

Then choose it when you "Create New App" in iTunesConnect:

For me, I'd pick com.maniac-games.lowdown.
edited May 7 '15 at 22:10
answered May 7 '15 at 20:18
AlmoAlmo
11.8k105383
11.8k105383
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
6
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
add a comment |
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
6
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!
– irth
May 7 '15 at 21:17
6
6
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
You also need to add the app to your iTunes connect account.
– JMStudios.jrichardson
Dec 20 '15 at 5:19
add a comment |
Maybe you need to review this document.
In other words:
- You must go to developer.apple.com and create a provisioning profile and bundle id.
- Assign devices to provisioning
- Then ... enter itunesconnect and create app and assign your bundle id.
- Enter to Xcode and reload provisioning files.
- Enter to Targets files and select provisioning.
- Product -> Archive and go on :)
2
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
1
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
1
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
3
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
add a comment |
Maybe you need to review this document.
In other words:
- You must go to developer.apple.com and create a provisioning profile and bundle id.
- Assign devices to provisioning
- Then ... enter itunesconnect and create app and assign your bundle id.
- Enter to Xcode and reload provisioning files.
- Enter to Targets files and select provisioning.
- Product -> Archive and go on :)
2
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
1
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
1
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
3
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
add a comment |
Maybe you need to review this document.
In other words:
- You must go to developer.apple.com and create a provisioning profile and bundle id.
- Assign devices to provisioning
- Then ... enter itunesconnect and create app and assign your bundle id.
- Enter to Xcode and reload provisioning files.
- Enter to Targets files and select provisioning.
- Product -> Archive and go on :)
Maybe you need to review this document.
In other words:
- You must go to developer.apple.com and create a provisioning profile and bundle id.
- Assign devices to provisioning
- Then ... enter itunesconnect and create app and assign your bundle id.
- Enter to Xcode and reload provisioning files.
- Enter to Targets files and select provisioning.
- Product -> Archive and go on :)
edited Feb 5 '17 at 13:14
Marcus Leon
23.6k102255389
23.6k102255389
answered May 7 '15 at 22:02
BetoBeto
1,99942233
1,99942233
2
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
1
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
1
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
3
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
add a comment |
2
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
1
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
1
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
3
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
2
2
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
Don't forget select as an answer !! You are welcome ! (whatever you want) :)
– Beto
May 8 '15 at 16:25
1
1
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P
– irth
May 8 '15 at 17:56
1
1
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
Have another upvote. Just looked back here.
– Almo
May 30 '15 at 23:13
3
3
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
Thanks, I did not know i have to create ap in itunes connect
– SoliQuiD
Jun 12 '16 at 13:56
add a comment |
I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
once you created app on itunesconnect. you should not get this error anymore.
there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.
add a comment |
I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
once you created app on itunesconnect. you should not get this error anymore.
there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.
add a comment |
I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
once you created app on itunesconnect. you should not get this error anymore.
there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.
I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
once you created app on itunesconnect. you should not get this error anymore.
there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.
answered Dec 28 '17 at 6:09
Pravesh TiwariPravesh Tiwari
10216
10216
add a comment |
add a comment |
I received the same error on multiple attempts.
Follow below step:
1) Create AppID inside developer site Identifiers -> IDS.
2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.
3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.
4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store
5) Successfully you have upload app in app store.
add a comment |
I received the same error on multiple attempts.
Follow below step:
1) Create AppID inside developer site Identifiers -> IDS.
2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.
3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.
4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store
5) Successfully you have upload app in app store.
add a comment |
I received the same error on multiple attempts.
Follow below step:
1) Create AppID inside developer site Identifiers -> IDS.
2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.
3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.
4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store
5) Successfully you have upload app in app store.
I received the same error on multiple attempts.
Follow below step:
1) Create AppID inside developer site Identifiers -> IDS.
2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.
3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.
4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store
5) Successfully you have upload app in app store.
answered Mar 24 '17 at 6:48
iPareshiParesh
1,1971725
1,1971725
add a comment |
add a comment |
Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!
add a comment |
Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!
add a comment |
Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!
Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!
answered Apr 20 '17 at 16:33
theswedtheswed
398
398
add a comment |
add a comment |
You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier
add a comment |
You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier
add a comment |
You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier
You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier
answered Aug 1 '17 at 11:31
user8399363user8399363
1
1
add a comment |
add a comment |
For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.
Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.
add a comment |
For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.
Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.
add a comment |
For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.
Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.
For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.
Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.
answered Aug 3 '18 at 8:07
UsualYannUsualYann
814
814
add a comment |
add a comment |
Set the Same name.this way is success.



add a comment |
Set the Same name.this way is success.



add a comment |
Set the Same name.this way is success.



Set the Same name.this way is success.



edited Aug 17 '18 at 0:21
Stephen Rauch
28.7k153557
28.7k153557
answered Aug 16 '18 at 23:54
Natapon WongyaiNatapon Wongyai
1
1
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%2f30110757%2fxcode-error-when-uploading-to-app-store-no-suitable-application-records-were-f%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
1
You should validate within xcode before uploading.
– Amr Lotfy
Mar 27 '17 at 9:55
I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?
– Jayprakash Dubey
May 30 '17 at 4:57