PDA

View Full Version : Setting up Certificates


Mobile Max
11-26-2009, 04:53 AM
I am having so many problems with this! Can someone help me please.

Thanks,
Max

PM here
ichat: DudeFromUkraine@mac.com
Skype: DudeFromUkraine

arkanigon
11-26-2009, 05:14 AM
I am having so many problems with this! Can someone help me please.

Thanks,
Max

PM here
ichat: DudeFromUkraine@mac.com
Skype: DudeFromUkraine

Are you still in the developing part... or is your trouble with submission to the app store?

Can you describe a bit more of what the problem is?

Mobile Max
11-26-2009, 02:11 PM
Are you still in the developing part... or is your trouble with submission to the app store?

Can you describe a bit more of what the problem is?


When i plug in my iPhone and try to test my app some error shows up. So I am not sure if I screwed things up. Also, I dont know if I have the certificates to publish app in app store right either.

micah
11-26-2009, 02:27 PM
To test on your phone you need a development provisioning profile.

At developer.apple.com/iphone, you need to:
- Add your iPhone as a device
- Create a new App ID, with a unique bundle identifier
- Create a development provisioning profile and select your new app, and your device
- Download it and open it in Xcode

In Xcode:
- Edit your Info.plist to have the same bundle identifier as in your App ID included in the provisioning profile
- Under Targets, right-click on the name of your app and go to Get info. Go to the Build tab. Under Code Signing Identity select your development provisioning profile from the list
- Build and Go, and it should work

I just love the hoops you have to jump through. Isn't it awesome?

Mobile Max
11-27-2009, 05:00 PM
Do you guys think its possible if you guys screenshare on ichat with me to help me plz?

arkanigon
11-27-2009, 09:43 PM
Do you guys think its possible if you guys screenshare on ichat with me to help me plz?

I'm trying to set up iChat but I'm having problems. Keeps saying server unexpectedly disconnected.

I highly recommend you describe here.... in detail what errors you're getting... post the screenshots...

Webtopia
11-28-2009, 06:00 PM
I agree.

Unless you say what your problem is specifically, no one is likely to help you.

It's an annoying, stupid tricky process. But if you go into "iPhone Developer Program Portal" and follow the instructions carefully step by step you should be OK.

Mobile Max
11-29-2009, 11:38 PM
ok here are the screenshots :)

tukun
11-30-2009, 12:14 AM
you need to change ur app identifier to match the one that you set in apple website.
I dont have my mb w me right now, so can't really tell you the exact steps, but i reember its somehwere in project settings.

arkanigon
11-30-2009, 12:28 AM
Have a look at this thread mobile max:

http://stackoverflow.com/questions/1410080/code-sign-error-with-xcode-3-2

Mobile Max
11-30-2009, 02:57 PM
Im still having issues :(

arkanigon
11-30-2009, 11:08 PM
Im still having issues :(

make sure you do a clean build every time... remove the provisioning profile from your iphone and reinstall it...