現在開いているビューで URL スキームを取得するために UIApplication 通知を処理しようとしています。いくつかの通知を試しましたが、どのオブジェクトに URL スキームが含まれているかわかりません。
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
//[nc addObserver:self selector:@selector(DocumentToDropboxDelegate) name:UIApplicationWillResignActiveNotification object:nil];
[nc addObserver:self selector:@selector(DocumentToDropboxDelegate) name:UIApplicationDidFinishLaunchingNotification object:nil];
誰かがこの問題について私を助けてくれますか。