0

i developed html 5 application and convert to .ipa with phonegap(using distribution certificates) (builded app ) i created app in https://itunesconnect.apple.com and it is status: Waiting For Upload so i try to upload my app (.ipa file) so i am using application loader but it give that errors errors

note:this is my config.xml: my configuration

user1688401
  • 1,851
  • 8
  • 47
  • 83

1 Answers1

1

Please check your bundle ID with the Provisional Profile it does not match with the bundle ID that you have created in the iTunes connect. Please change the bundle ID make it same as on iTunes connect. I am attaching the image where you see the your application bundle ID in xcodeenter image description here

tuomassalo
  • 8,717
  • 6
  • 48
  • 50
Nitin
  • 1,383
  • 10
  • 19
  • thank you @Nitin it is ok.i fixec boundle ID..but what about icon errors?how can i add that icon to config.xml ?do you have any config.xml that include icons info?if yes can you share please – user1688401 Apr 07 '14 at 08:49
  • You can use [MakeAppIcon](http://makeappicon.com/) for convert icon image to all size of icon. It will provide you all icons iOS version vise. – Nitin Apr 07 '14 at 09:54
  • If you are agree with answer then please vote up the answer so it will help the other too. – Nitin Aug 11 '14 at 08:59