0

I have successfully implemented push notifications for my app. I have also activated Notification service extension to suit my needs. The problem arises when I uninstall the app and run the app from Xcode again the service extension doesn't work. It only works if I explicitly run it from Xcode to make it work. How can I make it work by just installing the app without having to run the extension from Xcode?

Sarthak Mishra
  • 1,033
  • 1
  • 11
  • 27

1 Answers1

0

you need to run it once with your main target then change the target to service extension re run again

Ryan110
  • 710
  • 4
  • 19