Skip to content

dersia/CarNotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carnotify

Adjust ConfigurationConstants.cs

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(); }
}

Add Certificate for the UWP-Application

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.

Push-Notifications with Azure Notification Hub

This are the resources to lookup Setup of Notifications

  1. Android
  2. iOS
  3. Chrome
  4. Xamarin.iOS
  5. Xamarin.Android
  6. UWP
  7. Xamarin.Forms

Xamarin Setups

Latest Preview 4.3.1.39

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published