Skip to content
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

Automate iOS Notification Extension Service Integration in cordova #18

Closed
amirhmoradi opened this issue Aug 13, 2019 · 2 comments
Closed

Comments

@amirhmoradi
Copy link

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

@abarisain
Copy link
Member

abarisain commented Aug 14, 2019

Thanks for the research.

We opened an internal issue to match this one, and will consider implementing this, or at least document how to add a hook to do so.

@abarisain
Copy link
Member

Hello,

Thanks for looking into this.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants