You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the complexity of automatically editing Xcode projects, we decided not to pursue this.
My opinion is that this is something that Cordova itself should work on. Ionic Capacitor shows that putting the native projects in the spotlight is the way to go.
To use latest iOS features, we need to implement a Notification Extension Service by following manual steps in XCODE, as explained in your documentation: https://batch.com/doc/ios/sdk-integration/rich-notifications-setup.html#_integrating-batch-extension-sdk
=> Could you please provide an automated solution to have this added automatically?
Here is some research I've done:
There is a solution to this issue provided here :
https://github.com/infobip/mobile-messaging-cordova-plugin
Which uses the following GEM:
https://github.com/infobip/mobile-messaging-mmine
There is also some work done to use cordova hooks to add the service:
apache/cordova-node-xcode#47 (comment)
apache/cordova-ios#582
The text was updated successfully, but these errors were encountered: