The following code is crashing for me
[[NSUserDefaults standardUserDefaults] dictionaryForKey:@"2453"];
I checked and found that there is no key with name 2453 in NSUserDefaults. I am running the application for first time so this key will not be there but will be added later point in time. How to ignore this crash.