iOS Newsstand issue with AppStore build; Aasim Naseem, February 29, 2012April 27, 2025 Last evening, I was trying to submit my application over the app store and got the following error regarding Newsstand; I’m using Mac OS X 10.6.8 with Xcode Version 4.2 (Build 4C199) and iOS 5.0. To include newsstand features, the info.plist must include uinewsstandapp=true. But I don’t use Newsstand; I… Continue Reading
iOS How To Find Available Disk Space of iOS Device? Aasim Naseem, February 14, 2012April 27, 2025 Hello, iOS fellows; Hope life is as bright as the retina display of iPhone 4S (: Well, its a Valentine’s night and I’m writing this blog post at mid night, thinking that may be someone get some benefit with these few lines and saved his/her time to googling here and… Continue Reading
iOS Storage Issue with iOS-5 And iCloud; Aasim Naseem, February 2, 2012April 27, 2025 Hello everyone .. Now a days, we are noticing that many people are getting rejection from AppStore due to storage issue; I looked into this issue and here are my findings regarding iOS-5 and iCloud; When we install our application in device, we have three main directories in our application space… Continue Reading
iOS Integrate AdMob in iOS Application; Aasim Naseem, January 10, 2012April 27, 2025 Hello Everyone; Hope winters are going good around you; Today’s menu is again simple and short; We’ll learn how to integrate AdMob in an iOS application. I will show you the easiest way to integrate AdMob in the application. So lets start; Continue Reading
iOS EmailSend Application in iPhone Aasim Naseem, January 6, 2012April 27, 2025 Hello everyone, Hope all is good around you. Here is another tutorial for iOS applications. I’m composing a series of tutorials on different topics; you can find the rest of the post under iOS categories. So here we go; in this application we will see how to send email on… Continue Reading
iOS Getting a Screen Capture of UIView Aasim Naseem, August 22, 2011April 27, 2025 Some times you have to capture a portion of you iPhone application programmatically; The quickest way is to pass the target view to following method and get its screenshot as an UIImage; Continue Reading
iOS iOS Code Chunks – Part 2 Aasim Naseem, May 23, 2011April 27, 2025 Hello iFellows; Hope all are enjoying your life. Today, there are some tips for new iDevelopers. These code chunks will help you out to do some really simple and many-time-usable things. Bring coke and have some light track in iTunes. So here we go; Continue Reading
iOS How to symbolicate iPhone Crash Reports; Aasim Naseem, May 10, 2011May 5, 2025 Hello Everyone; Hows your developments going? Im sure you enjoy it as much as i do; Its really a fun; Today’s menu is related to iPhone Applications; We often notice that iPhone/iPod/iPad applications hangup or exit abnormally; It means the running application has been crashed due to some unknown reason; It really… Continue Reading
iOS Code Chunks – iOS Aasim Naseem, February 5, 2011April 27, 2025 Hello Everyone; Hope weekend is going well. Today’s menu is really simple; I will give you some tips regarding iPhone application development. I used them recently, so want to share with you people. Here they are. 1. Screen Resolution At the time of this post, the iPhones are available in… Continue Reading
iOS Pattern Colors are Not Supported by the iPhone SDK Prior to 3.0 Aasim Naseem, February 4, 2011May 5, 2025 Last day i opened and compiled an old project of iPhone; I’m using Xcode 3.2.5 with iOS 4.2 on Mac OS X 10.6.6; When i complied that project I got the following error in multiple xib files Pattern colors are not supported by the iPhone SDK for iOS versions prior… Continue Reading