From: Panayotis K. <pan...@pa...> - 2012-03-08 16:12:44
|
On 08 Μαρ 2012, at 2:37 π.μ., Panayotis Katsaloulis wrote: > 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. Here is a proposed patch - what do you think? http://xmlvm-reviews.appspot.com/212002 |