iphone Programming Glossary: intermediary
Are C/C++/ObjC/JS Apple's only allowed langauges for iPhone development? http://stackoverflow.com/questions/2603279/are-c-c-objc-js-apples-only-allowed-langauges-for-iphone-development 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 . c iphone c objective c sdk share improve this question ..
Is MonoTouch now banned on the iPhone? [closed] http://stackoverflow.com/questions/2604033/is-monotouch-now-banned-on-the-iphone 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 . And makes the following observation My reading of this new language.. OS WebKit engine... They even hammer it in a little further Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited Kind of a bummer MonoTouch and the Flash CS5 iPhone converter..
iPhone apps: Webapps or native? http://stackoverflow.com/questions/2842230/iphone-apps-webapps-or-native 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 . This of course does not apply to OS 3.1 or 3.2 and it is currently..
NSDecimalNumber to unsignedLongLong - wrong value http://stackoverflow.com/questions/3298589/nsdecimalnumber-to-unsignedlonglong-wrong-value binary floating point artifacts like this. As neoneye suggests a way around this might be to use an NSString as an intermediary. For example NSDecimalNumber number NSDecimalNumber decimalNumberWithString @ 11111111111111111 double number2 @ 11111111111111111..
Apple rejected app because of animationDidStop:finished:context: is a non-public api http://stackoverflow.com/questions/3455604/apple-rejected-app-because-of-animationdidstopfinishedcontext-is-a-non-public 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 . The non public API that is included in your application is animationDidStop..
|