I created notification service extension.
When i try to run service extension i am getting below error.
Visual Studio cannot start the app extension automatically. Once the host application has loaded, please enable the app extension and then manually select it in the host application's extension menu.
Answers
We need to add the reference of extension project into host application .
And set the bundle identifier of extension similar as host project .
I have the same problem. Could you solve it?