-
-
Notifications
You must be signed in to change notification settings - Fork 276
Description
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!