0

I create certificates and all of required things from member center. And i've added keychain and xcode project. But when i try to upload my app to app store via application loader, i get error below. I've recreated certificates and provisioning profiles but doesn't work.

http://i.hizliresim.com/KlDqQJ.png

madLokesh
  • 1,860
  • 23
  • 49
Burak
  • 478
  • 1
  • 6
  • 18

2 Answers2

1

Go to Xcode menu and select preferences. When the preference window opens click on the accounts tab. Click view details in the bottom right this brings up the profile pane. Click the refresh icon in the lower left. Sometimes you need to refresh twice. Also make sure the app I'd you entered in the publishing system matches the one you have in the profile. This works for me.

Anand Gautam
  • 2,541
  • 3
  • 34
  • 70
0

Have you set the provisioning profile in the project as per screen shotShows Project settings

Flexicoder
  • 8,251
  • 4
  • 42
  • 56
  • If you are seeing None, then you need to select the correct Provisioning Profile from the list, you should have one for production? – Flexicoder Mar 03 '14 at 12:06
  • @Burak make sure you have selected the distribution profile of appstore and not the ad-hoc one. – madLokesh Mar 03 '14 at 12:31
  • @Flexicoder i am not seeing None, i set it as correct Provisioning Profile. – Burak Mar 03 '14 at 13:51