我收到的通知包含一个要在UIWebView
. 但我无法UIWebview
从我的AppDelegate
(这是接收的地方notification
)访问。
-(void) application:(UIApplication *)application didReceiveRemoteNotification(NSDictionary* ) userInfo{
// handle notification (this works)
//HERE I want to call my UIWebView and load the url I got.
}