0
votes
0answers
17 views

what happens before didFinishLaunching as my iPad application is taking almost 7-8 seconds launching on ios 6.0.1

Launching application after booting iPad takes almost 7-8 seconds on ios 6.0.1 but it's running fine on ios5. It hangs somewhere before coming to didFinishLaunchingWithOptions:.I've no idea what's ...
0
votes
0answers
54 views

iPad app crashes with exc_bad_access on start up after adding just one line of code

As the title says, I'm developing an app and it was working until now, when I add a new line of code, whatever that line was, a declaration a call to a method or even if a copy/paste a setframe line ...
0
votes
0answers
183 views

Possible to launch iOS app from iframe to avoid redirect?

I'm trying to launch an application with a registered URL (say widget://) from the safari browser if and only if it is installed. Answers to this question talk about potential javascript solutions. ...
2
votes
1answer
963 views

Simulate Launch Options

in my appDelegate, I have some specifications when the App is launch with a File from i.e. Mail app. When I launch my App, everything works normal. When I launch the App via File from Mail, the App ...
0
votes
1answer
172 views

iPad UIInterfaceOrientation after launch image

My application should support only landescape mode, so I configure the info.plist keys to get it in the right way. My root viewcontroller is a custom UINavigationController that I add to the main ...