I'm using FCM(Firebase Cloud Messaging) for sending push notifications in iOS. The code is running fine in iOS 9.3, and I received the Push notification and refreshed token in it.
But in iOS 10, it is not receiving the FCM refreshed token and also not receiving the Push notification. I have also searched it out, and written code for UNUserNotificationCenter. And also implemented its delegate functions, I have followed the following link, Push notification issue with iOS 10 but still in vain. Kindly help me to resolve this issue. Any help will be greatly appreciated.