Adding Notification Service Extension to Unity project

So I need to add Notification Service Extension to my Unity project Due to how Unity projects work (new Xcode project is generated each time application is built) I need to have an automated way to add this extension every time

I thought about generating it once through Xcode, and just copying those files into my Unity project. But I'm unsure if that's enough. When adding the extension Xcode generates a folder with 3 files (header, definition and info). Are those files enough? Or is there something else going on that I didn't notice?

Hey @WojciechPojda , did you end up getting this to work?

I'm currently attempting to achieve this very thing of setting up NSE via Unity Cloud, so I can't use an XCode program to set it up for me.

Adding Notification Service Extension to Unity project
 
 
Q