From: Panayotis K. <pan...@pa...> - 2012-03-08 00:38:05
|
Hello all! There is a "problem" with the current launch of an iOS application. Right now we are using selector applicationDidFinishLaunching: This selector has been already "deprecated" and leads to some problems with the "openURL" mechanism. Instead; the docs highly suggest that the application delegate should implement the selector application:didFinishLaunchingWithOptions: I know that this might break the source code of all applications, but probably it is something that we should do. |