beginBackgroundTaskWithExpirationHandler
ホームボタンを押した後、( を使用して) ~ 10 分間アプリをバックグラウンドに置いています。10 分の終わりに、ローカル通知を設定して、同じビュー コントローラーに対してアプリを再度起動します。
しかし、ローカル通知を操作すると、同じView Controllerにアクセスできません。それは呼び出されapplicationWillEnterForeground
、次にdidReceiveLocalNotification
. ビューコントローラーを設定していますが、didReceiveLocalNotification
成功しません。
編集
コードインdidReceiveLocalNotification
NF1AbcController *aBC = [[NF1AbcController alloc]init];
[self.navigationManager.defaultNavigationController pushViewController:aBC animated:YES];