Is it possible to load a separate application into the iphone?

放肆的年华 提交于 2019-12-20 06:29:26

问题


I am having a iphone and i have created an application using Xcode. Now i want to move this application into my iphone for my use. How can it be done?

I tried to copy my application to the iphone Applications folder using the phone view software, but i'm not able to open my application in the iphone. It shows the error

"Your Myapp.app cannot be open"

Is there any other way to install my application into the iphone? Please guide me regarding this.

Thanks


回答1:


You'll need to register as an iPhone developer to get the correct keys for signing and loading an application onto an iPhone. If you are writing an application that you plan to sell via the AppStore then this is $99 to register, if it's for internal use only then $199.




回答2:


First did you use the real SDK or the simulator?

The simulator SDK only hides some OS X calls that don't exist on iPhone, but is otherwise the normal OS X SDK. So first make sure you link against the (ARM) iPhone SDK.

Then comes the licensing bit. Afaik in a non jailbroken iPhone you can only load signed apps (via the AppStore, or using a license obtained from Apple to sign your own)




回答3:


Xcode will automatically install and run an application on your iphone if you use the correct project setting.

Project -> Set Active SDK -> iPhone Device 3.0

Note that you will need a provisioning key before this becomes possible.

visit http://developer.apple.com/iphone to view some easy-to-understand tutorials on how to get one of these.

I assume you have signed up as an iPhone developer on that website (costs $99).



来源:https://stackoverflow.com/questions/1000721/is-it-possible-to-load-a-separate-application-into-the-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!