-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push Notification Not Working On iOS with cordova-plugin-fcm-with-dependency-updated . #309
Comments
I am also working on a Ionic (hybrid) APP and this plugin is working fine on Android. |
Hello @carlo318 its the same case with me also. I tired finding on firebase side but didn't get anything there.Please let me know if you get any solution to this issue, It will be a great help. Thank you ! |
Hi @vivekkumarbiswal finally I solved with these 2 actions:
If still not working, try removing the platform IOS, remove the plugin, reinstall the plugin, then reinstall the platform IOS. |
Hello @carlo318 i tried reinstalling the plugin its failing and i tried removing platform(ios) and plugin, i m able to install the plugin but while adding platform its giving the same error : Installing "cordova-plugin-fcm-with-dependecy-updated" for ios do you know how to resolve this ? |
I am sorry I don't know how to help you, I don't get that error. |
It got resolved as the issue is not with the plugin its because my app was not using the FCM request push permission, after putting the FCM request push permission its working now. |
Is it working on the Android 13 & the latest iOS? Are you able to receive the Push notification successfully? |
Hello @andrehtissot & all i am facing problem with push notification with iOS application but its completely working fine with android (i have build an ionic cordova hybrid application).
I think the push notification was working fine before i updating iOS 16.1 SDK (xcode 14.3).
Issues i m facing while building: (ionic cordova build ios --configuration production --release)
but when i do edit the pod file with a specific version ~> 7.4.0 (Firebase/Messaging version) and do pod install and then build it again then it got build successfully without any error and all functionality is working perfectly in the application but the push notification is not working.
Note: if i m putting any other versions except 7.4.0 the pod install is getting succeeded but the build is getting failed.
Pod File:
to
pod install:
node version:
v14.17.3
npm version
6.14.13
cordova version
11.1.0
ionic version
5.4.16
Pod version(cocoapods)
1.11.2
System:
macOS Ventura (13.2.1)
Xcode 14.3
Thank you!
The text was updated successfully, but these errors were encountered: