a sandwhich
a sandwhich

Reputation: 4448

iPhone sdk in Linux

I have seen many threads about developing apps for ipod and iphone on linux and windows. I have seen ones saying that you need jailbreak your device, and I have seen ones that say you don't need to, but you don't have an emulator. I have an ipod touch, but I would prefer to not jailbreak it. Is there any possible way to develop for it? I don't plan to submit anything to the app store, but I do hope to be able to debug the things on my device.

Upvotes: 1

Views: 2233

Answers (1)

hotpaw2
hotpaw2

Reputation: 70683

In order to codesign an app such that it can be installed on a current iOS device running the stock OS, you pretty much need an Intel Mac running Snow Leopard plus Apple's iOS SDK tools (or access to such) and an iOS Developer enrollment (or "borrowed" certificates or team membership).

Upvotes: 2

Related Questions