Apple Releases New iPad
Apple has released iPad, its new tablet computer, which is the size of a standard children’s slate and does not have a keyboard or mouse, but relies on a touch-screen. Apple iPad Steve Jobs claims it...
View ArticleWarning: The Copy Bundle Resources build phase contains this target’s...
Some times we would like to move the info.plist to other directories than the default project root directory. In such cases XCode would throw warning like “Warning: The Copy Bundle Resources build...
View ArticleNew Features In iPhone OS 4.0
iPhone OS 4 is the next generation of the world’s most innovative mobile operating system. Its unique capabilities and new technologies will change what you thought was possible on a mobile platform....
View ArticleLocalizing Settings.bundle
For adding internationalization support to iPhone Settings.bundle, follow these steps:- 1. Close the Xcode IDE 2. Drag and duplicate the settings bundle onto the desktop (or wherever) 3. Open bundle...
View ArticleSet Application Badge Number
To manually set the iPhone application icon badge value, use the following code snippet [UIApplication sharedApplication].applicationIconBadgeNumber = 5; Readers who viewed this page, also viewed:RIP...
View ArticleAdobe abandons iPhone code tools
Adobe has decided to stop developing software tools that allow Apple’s iPhone and iPad to use its popular Flash technology. The decision reverses an earlier pledge in which it said it would help get...
View ArticleAnd then they changed the entire publishing industry..!
Are you a budding author who needs help? Apple has just given you a way to get your masterpiece into the iBooks store for the iPad (and soon for iPhone with OS 4.0), and the best thing is you can do...
View ArticleTab Bar Icons
What are requirement of anicon for Tab Bar item ? From Tab Bar Item class reference: The item’s image: If nil, an image is not displayed. The images displayed on the tab bar are derived from this...
View ArticleOpening App Review Page Of App Store
If you would like to launch the app review page of your application so that its easier for your user to navigate there in the app store and write a good review to your app, here is the code snippet Use...
View ArticleUploading Images To Facebook Wall Using FBConnect
We can upload images to Facebook users wall using the following FBConnect code: FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease]; dialog.delegate = self; dialog.userMessagePrompt =...
View ArticleProblem With FBDialog Cancel Button
The FBConnects’s FBDialog class has a problem with the cancel button. When user taps the cancel button, the delegate method “dismissWithSuccess” is called instead of “dialogDidCancel“. This flaw in the...
View ArticleIn-App SMS in iPhone OS 4.0
With iPhone OS 4.0 and above we can send SMS right from within our application. Now our application can invoke the SMS composer screen just like we invoke the Mail composer screen. We need to invoke an...
View ArticleSupporting both Retina Display and Normal Display
With iPhone 4.0 SDK, all graphics/images are automatically scaled (including coordinates) according to the device screen resolution. All we have to do is provide two versions of each image used in our...
View ArticleTerminal Error : “Could not determine audit condition”
When I launched the Terminal today on my Snow Leopard it started showing the error login: Could not determine audit condition [Process completed] Closing and reopening didnt fix this issue and googling...
View ArticleFix “No architectures to compile” error
if you ever face the below error while trying to build a iOS project “No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=i386, VALID_ARCHS=armv6 armv7).” Then try this: Project Build...
View ArticleAndroid: “Sending jdwp tracking request failed!”
Recently when I was debugging on a Android test application I encountered a crash/exception and in a hurry to fix the issue, I closed the emulator mid way and after a while started working on a...
View ArticleRIP Steve Jobs
We will miss you Steve..! Readers who viewed this page, also viewed:AboutiPhone Apple Push Notification Service (APNS)Powered by Where did they go from here?
View ArticleInvalid C/C++ compiler in target YOUR_TARGET
When you move your development environment from XCode 4.x to XCode DP 5.x, your project might encounter build/compiler errors stating “Invalid C/C++ compiler in target YOUR_TARGET:...
View Articleld: don’t know how to convert branch instruction
Yesterday while I was working on a iOS Objective-C code which had some C method calls (mostly libXML calls), my XCode (Version 5.0 (5A11386k)) started throwing the linker error ld: don't know how to...
View ArticleError: Whitelist rejection in Phonegap
I’m using Cordova(Phonegap) to create a cross-platform salesforce app. When I run the application, after logging into the salesforce it will throw the below error when I query salesforce objects:...
View Article