0

I'm following the instructions on Enhanced User Notifications to show an image in a remote push notification. However, it looks like the below screen does not exist in Visual Studio. I'm using version 16.4.3. I also couldn't find it in the Extensions window in VS. Do I need to install anything to get the templates shown below? Looking at VS Installer, I have pretty much every Xamarin component installed.

enter image description here

user246392
  • 2,661
  • 11
  • 54
  • 96

1 Answers1

0

The screenshot you shared is in Visual-Studio 2017.

In Visual-Studio 2019, it's here:

enter image description here

nevermore
  • 15,432
  • 1
  • 12
  • 30
  • Thanks. Is there a video that could walk me through the process of setting up a notification service extension? I need to know if I have to create a separate provisioning profile and a certificate. – user246392 Feb 26 '20 at 07:41
  • @user246392 I don't know if there is a video, you can check answers in [this thread](https://stackoverflow.com/questions/25329510/ios8-extension-needs-own-provisioning-profile) about your question. – nevermore Feb 26 '20 at 07:52