开发者

How to put an application on an iPhone/iPad device?

开发者 https://www.devze.com 2023-02-09 22:15 出处:网络
I have an application that I developped using the iPhone/iPad simulator. I am now at the point I want to test it on a real device.

I have an application that I developped using the iPhone/iPad simulator.

I am now at the point I want to test it on a real device.

I just got a license from apple.

Where should I go on the net to find out the information on how to transfer my app开发者_运维知识库lication to a real device ?

Thanks.


Check out this article,

http://mayurbirari.wordpress.com/2011/01/20/ad-hoc-distribution-build-for-iphone/

you can create adhoc build and install this application not only on your device but on multiple devices.


Follow Apple's guide here:

http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iphone_development/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html


If you log into the iOS Dev Center using your new account details, you will find a link on the right-hand side named "iOS Provisioning Portal".

When you reach the portal home page, there is a panel that allows you to launch the Provisioning Assistant wizard. This will walk you through the process.

This may be worth following for the first time, then evaluate the entries in the various parts of the provisioning portal to see how you can set this up manually in future.


If you've followed all the instructions for setting your development environment up after signing up for the Developer program it's just a case of changing the target from Simulator to Device in XCode and then running it. Your app will be transferred to the device and executed on it.


You can follow any one of these links :-

1) http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iphone_development/128-Managing_Devices_and_Digital_Identities/devices_and_identities.html

2) http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices

EDIT : If you've got the license , go to your Apple ID -> Provisioning Portal -> Certificates -> Download the Certificate.

Save it to the Disk. Double Click on it to install. Open your XCode. Change the Build from Simulator to Device (Make Sure your device is connected.) Just Build and Run.

Hope this can help you :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号