简体   繁体   English

如何在iPhone / iPad设备上放置应用程序?

[英]How to put an application on an iPhone/iPad device?

I have an application that I developped using the iPhone/iPad simulator. 我有一个使用iPhone / iPad模拟器开发的应用程序。

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 application to a real device ? 我应该在哪里上网查找有关如何将我的应用程序转移到真实设备的信息?

Thanks. 谢谢。

Check out this article, 看看这篇文章,

http://mayurbirari.wordpress.com/2011/01/20/ad-hoc-distribution-build-for-iphone/ 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. 您可以创建临时构建并不仅在您的设备上而且在多个设备上安装此应用程序。

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". 如果使用新帐户详细信息登录iOS开发中心 ,则会在右侧找到一个名为“ iOS Provisioning Portal”的链接。

When you reach the portal home page, there is a panel that allows you to launch the Provisioning Assistant wizard. 当您到达门户网站主页时,将出现一个面板,您可以使用它启动Provisioning Assistant向导。 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. 如果在注册Developer程序后遵循所有设置开发环境的说明,则只是在XCode中将目标从Simulator更改为Device然后运行它的情况。 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 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 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. 编辑:如果您有许可证,请转到Apple ID-> Provisioning Portal->证书->下载证书。

Save it to the Disk. 将其保存到磁盘。 Double Click on it to install. 双击安装。 Open your XCode. 打开您的XCode。 Change the Build from Simulator to Device (Make Sure your device is connected.) Just Build and Run. 将“生成”从“模拟器”更改为“设备”(确保已连接设备。)只需“生成并运行”即可。

Hope this can help you :-) 希望这可以帮到你 :-)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM