iOS 30+ iOS 9 features that Apple didn’t show off on stage Aasim Naseem, June 9, 2015April 9, 2025 Another iOS, new SDK and new features. Users are happy, and developers are ready to dig into APIs. Continue Reading
iOS “Redundant Binary Upload” Issue on iTunesConnect Aasim Naseem, September 13, 2014April 9, 2025 Hey Devs If you are having following issue on new interface of iTunesConnect “Redundant Binary Upload. There already exists a binary upload with build version ‘1.0’ for train ‘1.0’” then you are not alone like forever alone guy. Like me and you, many others are facing this issue. But no… Continue Reading
iOS Beta Builder :: Wireless Distribution of Your Adhoc Archive Aasim Naseem, June 5, 2013April 9, 2025 Hey .. how’s work going? It’s good Han !!! … good good … So you have done with your release and verified with QA after some bug fixing; That’s great; You done a good job; Now Its time to share the Adhoc with client; Ok … so what would you… Continue Reading
iOS Thumbnail Based MapView Annotation Aasim Naseem, May 20, 2013May 8, 2025 JPSThumbnailAnnotation is an open-source library to customize your MapKit annotation view for displaying image thumbnails along with title and subtitle. Here is a quick screenshot from my sample project using this library. Setup Its free, and open source; You need to download JPSThumbnailAnnotation library from github and drag/drop the directory into your… Continue Reading
iOS Local history/revision of files in Xcode Aasim Naseem, February 24, 2013April 9, 2025 Hello friends .. hope things are going good on your desk .. Last night I was going through my tweets, and there I found something really interesting; I crawled it for few minutes and after reading some blog posts I came to know about a very useful but hidden feature that… Continue Reading
iOS Tutorial: How to play with zip files in iOS; Aasim Naseem, January 11, 2013April 9, 2025 Hello Dev mates… Hope you are enjoying your work in winters; (: Few days back I was working on a project where I needed to compress some files to create a zip archive; Although my teammate has done much of the work, I just refined some business logic and finalized the code to… Continue Reading
iOS How to record Audio in iOS Application Aasim Naseem, December 9, 2012April 9, 2025 Hello dev mate; Hope you had a good weekend and refreshing Monday; Today we’ll learn how to record audio in iOS application; Now a days, I’m working on an application where I need to record voice of user for some processing; I tried some framework classes from iOS sdk in… Continue Reading
iOS Background processing in iOS Aasim Naseem, June 7, 2012April 27, 2025 Hello, everyone. Hope things are going well around you. I’m working on an iOS application and facing an issue regarding network calls. I need your kind suggestions in incase I’m not doing the thing in the right way. Scenario: I want to download one or more zip files from some… Continue Reading
iOS 100+ Reasons of App Rejection for AppStore; Aasim Naseem, March 15, 2012April 9, 2025 What !!! Rejected ?? but why ??? oh Damn it … After a tiring days and sleepless nights, busy weekends and thoughtful breaks, getting rejection from AppStore is worst; No one wants to see a red label, against his/her app over itunes, saying rejected; There could be many reasons, really… Continue Reading
iOS Substrings from NSString Aasim Naseem, March 13, 2012April 9, 2025 Hello iOS geeks … Here is a small tip for getting a substring from NSString; NSString class provide following methods for splitting a string; Following code will demonstrate itself; Continue Reading