开发者

Load myApp into Jailbroken iPod Touch 4G

开发者 https://www.devze.com 2023-03-08 10:54 出处:网络
I have developed a simple camera based app in Xcode. Since I can\'t run this app in iOS simulator. I would like to transfer this app to my JailBroken iPod touch 4G.

I have developed a simple camera based app in Xcode. Since I can't run this app in iOS simulator. I would like to transfer this app to my JailBroken iPod touch 4G.

I don't have iPhone developer Licence or certificate开发者_如何学编程. I have not so far registered with them. How can I get this done? Is it an absolute must to register with Apple, get my "Provisioning


Install OpenSSH from Cydia, then open Terminal and type this:

scp /path/to/application.app root@<ip address of ipod>:/Applications/

then hit enter. It should ask for a password which is alpine.

0

精彩评论

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