Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
Can I install iPhone apps with SuperOneClick on my HTC Droid Eris?
2011-03-29 05:38:00
In general iPhone Apps will not work on anything but iOS.If you developed the App yourself [and have the Source Code] it depends on the tools you have used. If you used Xcode all the way the App would be in Objective-C [which is hardly supported outside the Apple world] with Cocoa APIs [which are Apple only]. This means you would have to re-write the entire App.If you used some other base (Java, C++) and some porting platform there might be a chance that there are tools to port it to other mobile platforms as well.