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.
Asked
Active
Viewed 1,642 times
0
2 Answers
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
-
i havent tried yet, after i try, i'll write the result – Burak Mar 04 '14 at 08:56
-
i've solved my problem.i didn't use application loader, i've connected my iphone and validate from archives. – Burak Mar 04 '14 at 22:50
0
Have you set the provisioning profile in the project as per screen shot

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