iphone Programming Glossary: firmware
Translating iOS app to unsupported/non-standard languages http://stackoverflow.com/questions/10259695/translating-ios-app-to-unsupported-non-standard-languages In my iPhone and in the simulator there is no support for these languages and I am pretty sure that no special firmware exists for them either for use in those territories. How can I best make an app that supports them I have come up with two..
NSDateFormatter, am I doing something wrong or is this a bug? http://stackoverflow.com/questions/143075/nsdateformatter-am-i-doing-something-wrong-or-is-this-a-bug AM PM on the end even though I didn't ask for it 20080927030337 PM Am I doing something wrong or is this a bug with firmware 2.1 Edit 1 Made description clearer Edit 2 workaround It turns out this is a bug to fix it I set the AM and PM characters.. share improve this question Using the code you posted on both the simulator and a phone with the 2.1 firmware and 24 hour time set to off I never had an AM PM appended to dateStr when I do NSLog @ @ dateStr Are you doing anything..
Pre-release checklist before building final version for App Store http://stackoverflow.com/questions/1480044/pre-release-checklist-before-building-final-version-for-app-store view controllers and see if everything is working c repeat test for another view controller. If you support older firmware ie iOS 3.1.3 install your app on a device running 3.1.3 and test it there if you don't have one use the 3.2 simulator ...
Add Custom Controls to MoviePlayer http://stackoverflow.com/questions/190493/add-custom-controls-to-movieplayer now in the official SDK and Apple moving to MPMoviePlayerController I am not sure how to do it. Also with my old 1.x firmware way it required me to capture touch events and hide show the control myself. I am hoping there is a way that would do this..
Does hosts file exist on the iPhone? How to change it? [closed] http://stackoverflow.com/questions/2028544/does-hosts-file-exist-on-the-iphone-how-to-change-it doesn't directly answer your question but it does solve your problem... What make of router do you have Your router firmware may allow you to set DNS records for your local network. This is what I do with the Tomato firmware share improve this..
How do you make the iPhone vibrate for arbitrary durations? http://stackoverflow.com/questions/265761/how-do-you-make-the-iphone-vibrate-for-arbitrary-durations do you make the iPhone vibrate for arbitrary durations In the iPhone 2.x firmware can you make the iPhone vibrate for durations other than the system defined AudioServicesPlaySystemSound kSystemSoundID_Vibrate..
How To Make iPhone App compatible with multiple SDK (firmware) versions http://stackoverflow.com/questions/3027120/how-to-make-iphone-app-compatible-with-multiple-sdk-firmware-versions To Make iPhone App compatible with multiple SDK firmware versions With iOS4 coming out soon I have already planned to include an iAd in a future update of an app of mine. I assume.. to include an iAd in a future update of an app of mine. I assume that this will make my app unusable for anyone on a firmware lower than 4.0. Is there a way to change that variables and the .xib file based on the user's firmware Cheers. iphone iphone.. for anyone on a firmware lower than 4.0. Is there a way to change that variables and the .xib file based on the user's firmware Cheers. iphone iphone sdk 3.0 compatibility ios4 share improve this question Yes you can build with the latest SDK..
Calling the appropriate setStatusBarHidden per iOS version http://stackoverflow.com/questions/3028255/calling-the-appropriate-setstatusbarhidden-per-ios-version sharedApplication setStatusBarHidden YES withAnimation UIStatusBarAnimationSlide Is the problem Because users have firmware 3.1.x this API is not working and app crash. So I have replace it with if UIDevice currentDevice systemVersion floatValue.. best solution Why XCODE did not warn me that SetStatusBarHidden withAnimation is not in 3.0 while I set my Traget OS firmware 3.0 Do I have to check on every API to see if it is working with my Target OS Thank you iphone statusbar share improve..
Support legacy iPhone users http://stackoverflow.com/questions/3088624/support-legacy-iphone-users
UIWebView and iPhone 4 retina display http://stackoverflow.com/questions/3724058/uiwebview-and-iphone-4-retina-display 2.0 We have a retina display. else We do not. This code is safe as of the time I wrote this on all models and on all firmware versions. It will be safe on future versions as well until Apple deprecates the scale method which may never happen. More..
iPhone check firmware version http://stackoverflow.com/questions/845733/iphone-check-firmware-version check firmware version HI all I want to make one app for iPhone 2.2. and for version 3.0. Some method in 2.2 is deprecated in 3.0. like.. Some method in 2.2 is deprecated in 3.0. like UITableViewCell setText and setLabel Is there any way to check which firmware version is used on iPhone and to set different method to use iphone objective c firmware share improve this question.. there any way to check which firmware version is used on iPhone and to set different method to use iphone objective c firmware share improve this question You will need to use pre processor directives for the conditional compilation such as __IPHONE_3_0..
iPhone SDK 3.0: where is the Bluetooth? http://stackoverflow.com/questions/989163/iphone-sdk-3-0-where-is-the-bluetooth SDK 3.0 where is the Bluetooth i'm participating in the iPhone Developer Program and i have access to the iPhone 3.0 firmware and SDK. one of the new features of the iPhone 3.0 is ability to use Bluetooth but i can't find any documentation about..
|