

InterviewSolution
1. |
Solve : IOS Development Help?? |
Answer» I'm looking for a good guide for developing programs for routed iphones. Either that or a good book on developing IOS apps in general. I've been using java emulators to run programs I punch out until now. The method works fine for simple programs but falls flat when trying to get into things like background task running and spring board capability. All help is appreciated.routed iphones??? what's that? did you mean rooted iPhone? Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be ORIGINALLY written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only CODE written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility LAYER or tool are prohibited).Rule No 1 in developing iOS apps. Thou shall not offend the Apple God!or you will be burned alive!! |
|