Push notification iOS 10.0.2通知与10.2通知

Push notification iOS 10.0.2通知与10.2通知,push-notification,ios10,ios10.2,Push Notification,Ios10,Ios10.2,在我的构建中,我没有使用UNUserNotificationCenter.h类来处理应用程序中的通知 我用的是老办法 (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler { // handlin

在我的构建中,我没有使用
UNUserNotificationCenter.h
类来处理应用程序中的通知

我用的是老办法

(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {

 // handling notification with this method.

}
ios10.0.2
中,无法处理通知,并且
ios10.2
一切正常


xcode 8.1版。

请查看此链接:thanx@Jayesh-Thanki