iOS Build uploaded but not visible in iTunes
up vote
0
down vote
favorite
iOS build successfully uploading on iTunes and without any warning and error. Successfully verifies assets with iTunes.
But when I see iTunes activity section I cannot see any iOS build there. I receive email against every build I upload which state that some app icons are not found in build but these are icons are there in asset catalog and also successfully verified during upload.
Any clue what's going wrong there?
xcode itunesconnect assets itunes
New contributor
add a comment |
up vote
0
down vote
favorite
iOS build successfully uploading on iTunes and without any warning and error. Successfully verifies assets with iTunes.
But when I see iTunes activity section I cannot see any iOS build there. I receive email against every build I upload which state that some app icons are not found in build but these are icons are there in asset catalog and also successfully verified during upload.
Any clue what's going wrong there?
xcode itunesconnect assets itunes
New contributor
Have you verified the permission strings are included in the info.plist files or not? you might be using some services whose permission strings are not included in the info.plist file. iTunes doesn't show any warning/error but builds get rejected after successfull upload.
– Mr.Kushwaha
2 days ago
Yes, I verified. Actually, it was due to cocoa pods and I don't know why. Updating cocoa pods from pods app did the job...
– Smn Khan
yesterday
I want to mark this Question Solved, I don't know how to do that. Suggestion please
– Smn Khan
yesterday
As you have solved the issues on your own, I suggest you post a solution as an answer that worked for you and then accepts that answer to close the question.
– Mr.Kushwaha
22 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
iOS build successfully uploading on iTunes and without any warning and error. Successfully verifies assets with iTunes.
But when I see iTunes activity section I cannot see any iOS build there. I receive email against every build I upload which state that some app icons are not found in build but these are icons are there in asset catalog and also successfully verified during upload.
Any clue what's going wrong there?
xcode itunesconnect assets itunes
New contributor
iOS build successfully uploading on iTunes and without any warning and error. Successfully verifies assets with iTunes.
But when I see iTunes activity section I cannot see any iOS build there. I receive email against every build I upload which state that some app icons are not found in build but these are icons are there in asset catalog and also successfully verified during upload.
Any clue what's going wrong there?
xcode itunesconnect assets itunes
xcode itunesconnect assets itunes
New contributor
New contributor
edited 2 days ago
halfer
14.1k757104
14.1k757104
New contributor
asked Nov 9 at 11:20
Smn Khan
11
11
New contributor
New contributor
Have you verified the permission strings are included in the info.plist files or not? you might be using some services whose permission strings are not included in the info.plist file. iTunes doesn't show any warning/error but builds get rejected after successfull upload.
– Mr.Kushwaha
2 days ago
Yes, I verified. Actually, it was due to cocoa pods and I don't know why. Updating cocoa pods from pods app did the job...
– Smn Khan
yesterday
I want to mark this Question Solved, I don't know how to do that. Suggestion please
– Smn Khan
yesterday
As you have solved the issues on your own, I suggest you post a solution as an answer that worked for you and then accepts that answer to close the question.
– Mr.Kushwaha
22 hours ago
add a comment |
Have you verified the permission strings are included in the info.plist files or not? you might be using some services whose permission strings are not included in the info.plist file. iTunes doesn't show any warning/error but builds get rejected after successfull upload.
– Mr.Kushwaha
2 days ago
Yes, I verified. Actually, it was due to cocoa pods and I don't know why. Updating cocoa pods from pods app did the job...
– Smn Khan
yesterday
I want to mark this Question Solved, I don't know how to do that. Suggestion please
– Smn Khan
yesterday
As you have solved the issues on your own, I suggest you post a solution as an answer that worked for you and then accepts that answer to close the question.
– Mr.Kushwaha
22 hours ago
Have you verified the permission strings are included in the info.plist files or not? you might be using some services whose permission strings are not included in the info.plist file. iTunes doesn't show any warning/error but builds get rejected after successfull upload.
– Mr.Kushwaha
2 days ago
Have you verified the permission strings are included in the info.plist files or not? you might be using some services whose permission strings are not included in the info.plist file. iTunes doesn't show any warning/error but builds get rejected after successfull upload.
– Mr.Kushwaha
2 days ago
Yes, I verified. Actually, it was due to cocoa pods and I don't know why. Updating cocoa pods from pods app did the job...
– Smn Khan
yesterday
Yes, I verified. Actually, it was due to cocoa pods and I don't know why. Updating cocoa pods from pods app did the job...
– Smn Khan
yesterday
I want to mark this Question Solved, I don't know how to do that. Suggestion please
– Smn Khan
yesterday
I want to mark this Question Solved, I don't know how to do that. Suggestion please
– Smn Khan
yesterday
As you have solved the issues on your own, I suggest you post a solution as an answer that worked for you and then accepts that answer to close the question.
– Mr.Kushwaha
22 hours ago
As you have solved the issues on your own, I suggest you post a solution as an answer that worked for you and then accepts that answer to close the question.
– Mr.Kushwaha
22 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Smn Khan is a new contributor. Be nice, and check out our Code of Conduct.
Smn Khan is a new contributor. Be nice, and check out our Code of Conduct.
Smn Khan is a new contributor. Be nice, and check out our Code of Conduct.
Smn Khan is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53224776%2fios-build-uploaded-but-not-visible-in-itunes%23new-answer', 'question_page');
}
);
Post as a guest
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
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
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
Have you verified the permission strings are included in the info.plist files or not? you might be using some services whose permission strings are not included in the info.plist file. iTunes doesn't show any warning/error but builds get rejected after successfull upload.
– Mr.Kushwaha
2 days ago
Yes, I verified. Actually, it was due to cocoa pods and I don't know why. Updating cocoa pods from pods app did the job...
– Smn Khan
yesterday
I want to mark this Question Solved, I don't know how to do that. Suggestion please
– Smn Khan
yesterday
As you have solved the issues on your own, I suggest you post a solution as an answer that worked for you and then accepts that answer to close the question.
– Mr.Kushwaha
22 hours ago