I am running one Application for ios 6.0 and ios 5.0 but few methods are calling in different sequence for both of the version. I am not getting what is the issue. This is console log for iOS 6.0 Two-stage rotation animation is deprecated. This application should use the smoother single-stage animation.
2012-12-15 18:20:23.111 Testl3675:22803] ADDRESPONSE - ADDING TO MEMORY ONLY: http://gsp1.apple.com/pep/gcc
2012-12-15 18:20:23.670 Test[3675:1d903] View did load
2012-12-15 18:20:23.724 Test[3675:1d903] Download Notification----------
2012-12-15 18:20:23.773 Test[3675:1d903] Loaded explore view
2012-12-15 18:20:23.793 Test[3675:1d903] IntegrationManager initialized
And here is ios 5.0 console log
2012-12-15 18:29:44.828 Test[3760:15e03] IntegrationManager initialized
Anyone knows why this is happening?