在我的Apple应用程序中,我通过父应用程序从InterfaceController以这种方式进行API调用。: %@", replyInfo); // the reply from the appDelegate... &在父应用程序AppDelegate.m中返回响应数据if( [userInfo objectForKey:@"action"] isEqualToString:@&
我有一个使用后台推送的应用程序,当应用程序在装有iOS 7的设备上运行时,事情运行得很好,但如果是在后台运行的应用程序,如果它运行在装有iOS 8的设备上,则推送不会被传送到应用程序。to the app as expected
(在每种情况下,都会调用didRegisterForRemoteNotificationsWithDeviceToken:,而不调用didFailToRegisterForRemoteNot