I have developed a iPhone/iPad project in XCode 3.2.5 version. I is working fine in 3Gs and above version devices. But, a single screen is not working(App Crashes) in 3G mobile. How to find the problem? It means, i think i was used some deprecated functions in my code, it may not supported in 3G mobile? How to find the solution? Can any one please help me?
I was used below things in my code;
NSString, NSDate, NSDateFormatter, UIScrollView, UILabel, NSMutableArray and NSMutableDictionary.
These are the things i have used in that class. I can’t find which one is not supporting? Please help me to solve this problem.
Thanks.
API changes: