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 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