Reputation: 267000
If my iphone is plugged in, how do I save my app on it?
I have a developer account and certificates setup.
Upvotes: 0
Views: 110
Reputation: 891
plug it in, click in the bar for device/simulator and choose device. if i'm right, you dont need to do anything else, just press build and go.
Upvotes: 0
Reputation: 181280
You need XCode to "install" your Application into the phone. Previously, you should have followed the steps to register your application, generate a provisioning profile for it, and a couple of other steps.
Check out Apple Documentation. It's pretty good with a lot of step by step tutorials on how to do that.
Good luck!
Upvotes: 2