To run the completed project in this folder, you need the following:
- Visual Studio installed on your development machine. (Note: This tutorial was written with Visual Studio 2019 version 16.7.6. The steps in this guide may work with other versions, but that has not been tested.)
- Xamarin installed as part of your Visual Studio installation. See Installing Xamarin for instructions on installing and configuring Xamarin.
- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.
If you don't have a Microsoft account, there are a couple of options to get a free account:
- You can sign up for a new personal Microsoft account.
- You can sign up for the Office 365 Developer Program to get a free Office 365 subscription.
-
Open a browser and navigate to the Azure Active Directory admin center. Login using a personal account (aka: Microsoft Account) or Work or School Account.
-
Select New registration. On the Register an application page, set the values as follows.
- Set Name to
He4rt.MSGraph
. - Set Supported account types to Accounts in any organizational directory and personal Microsoft accounts.
- Under Redirect URI (optional), change the dropdown to Public client (mobile & desktop), and set the value to
msauth://He4rt.MSGraphh
.
- Set Name to
-
Choose Register. On the He4rt.MSGraph page, copy the value of the Application (client) ID and save it, you will need it in the next step.
- Edit the
Helpers/AuthSettings.cs
file and make the following changes.- Replace
YOUR_APP_ID_HERE
with the Application Id you got from the Azure portal.
- Replace
In Visual Studio, press F5 or choose Debug > Start Debugging.
Version | Date | Comments | Download |
---|---|---|---|
1.0 | 11/2020 | Published | apk - appx (certificate) |
Install certificate before install the application READ THIS GIST
Made by He4rt Developers