Ionic FCM, Ionic 5 not received notification in iOS

For Android it’s working well.
For iOs,

  • Register Firebase app for iOS

  • Copy GoogleService-Info.plist to Root Directory of the project

  • Upload APNs Authentication Key in firebase

  • Enabled notification with specific BundleID in Developer Account

  • In XCode I have added capability : Push Notification and Background Mode which enable remote notification option

But I can’t receive notification for iOS device, Please help ? Thank you.

Here is my develop environment
Ionic:

Ionic CLI : 6.10.0 (C:\Windows\System32\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 5.0.5
@angular-devkit/build-angular : not installed
@angular-devkit/schematics : not installed
@angular/cli : not installed
@ionic/angular-toolkit : not installed

Cordova:

Cordova CLI : 10.0.0
Cordova Platforms : android 8.1.0, ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 21 other plugins)

Utility:

cordova-res : 0.15.1
native-run : 1.3.0

System:

Android SDK Tools : 26.1.1 (C:\Users\User\AppData\Local\Android\Sdk)
NodeJS : v15.8.0 (C:\Program Files\nodejs\node.exe)
npm : 7.5.1
OS : Windows 10

I would recommend this Plugin which works best for me :blush: GitHub - dpa99c/cordova-plugin-firebasex: Cordova plugin for Google Firebase

Could you tell me about version of cordova, cordova-android, cordova-ios in your app ? Almost plugins in my app support cordova-ios@5.1.1. but the plugin you have suggested above support cordova: >= 9, cordova-android: >= 9,
cordova-ios: `>= 6

0_hcxB7jTG9-axWFo-

Should I update all of those plugins ? Please give me a suggestion. Thanks