Giter VIP home page Giter VIP logo

carnotify's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.