Adjust the strings in the File .\carnotify\carnotify\carnotify\Constants\ConfigurationConstants.cs
public static class ConfigurationConstants
{
// Enpoint-Url to Backend for Registration of a new Plate
public static string RegisterCarEndpoint { get => throw new NotImplementedException(); }
// Function API-Key for RegisterNewCar
public static string RegisterCarKey { get => throw new NotImplementedException(); }
// Enpoint-Url to Backend for Notification of a Plate
public static string NotifyCarEndpoint { get => throw new NotImplementedException(); }
// Function API-Key for NotifyCar
public static string NotifyCarKey { get => throw new NotImplementedException(); }
// Connectionstring for Notification-Hub with at least Listen-Permission
public static string NotificationHubListenConnectionString { get => throw new NotImplementedException(); }
// Namespace of the NotificationHub
public static string NotificationHubHubName { get => throw new NotImplementedException(); }
// API-Key for Vision-API
public static string VisionApiApiKey { get => throw new NotImplementedException(); }
// API-Key for MobileCenter-Android-Crash-Analytics
public static string MobileCenterAndoirdKey { get => throw new NotImplementedException(); }
// API-Key for MobileCenter-iOS-Crash-Analytics
public static string MobileCenteriOSKey { get => throw new NotImplementedException(); }
// SenderId of FCM
public static string GCMSenderId { get => throw new NotImplementedException(); }
}
Double-click the Package.appxmanifest
in the UWP Porject from within Visual Studio.
Click on Packaging
--> Choose Certificate
.
From Configure Certificate...
choose Create test certificate...
.
Provide a Publisher Common Name
and hit OK
and then OK
.
Save the Package.appxmanifest
.
This are the resources to lookup Setup of Notifications