when i want to send my app to itunesconnect from applicationloader occur below error how to solve it ?
Icon specified in the Info.plist CFBundleIconFile does not have an extension
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you added the icon file (CFBundleIconFile) you have to save it with the .png at the end of it. So if it was called Filename it needs to be Filename.png in your info plist.