diff --git a/doc/articles/Assets/uno-settings-notification.png b/doc/articles/Assets/uno-settings-notification.png new file mode 100644 index 000000000000..fa13fd5c6430 Binary files /dev/null and b/doc/articles/Assets/uno-settings-notification.png differ diff --git a/doc/articles/Assets/uno-settings-popup.png b/doc/articles/Assets/uno-settings-popup.png deleted file mode 100644 index 74a2b5d5a85b..000000000000 Binary files a/doc/articles/Assets/uno-settings-popup.png and /dev/null differ diff --git a/doc/articles/Assets/uno-settings-rider-popup.png b/doc/articles/Assets/uno-settings-rider-notification.png similarity index 100% rename from doc/articles/Assets/uno-settings-rider-popup.png rename to doc/articles/Assets/uno-settings-rider-notification.png diff --git a/doc/articles/Assets/uno-settings-vsc-popup.png b/doc/articles/Assets/uno-settings-vsc-notification.png similarity index 100% rename from doc/articles/Assets/uno-settings-vsc-popup.png rename to doc/articles/Assets/uno-settings-vsc-notification.png diff --git a/doc/articles/Assets/uno-settings-welcome.png b/doc/articles/Assets/uno-settings-welcome.png index 1f814f20fe3e..623a53e4a461 100644 Binary files a/doc/articles/Assets/uno-settings-welcome.png and b/doc/articles/Assets/uno-settings-welcome.png differ diff --git a/doc/articles/Assets/uno-vsc-csproj.gif b/doc/articles/Assets/uno-vsc-csproj.gif deleted file mode 100644 index bf2e92b30c00..000000000000 Binary files a/doc/articles/Assets/uno-vsc-csproj.gif and /dev/null differ diff --git a/doc/articles/get-started-licensing.md b/doc/articles/get-started-licensing.md index 2c60c39fab4a..d51ebf91fb57 100644 --- a/doc/articles/get-started-licensing.md +++ b/doc/articles/get-started-licensing.md @@ -4,14 +4,14 @@ uid: Uno.GetStarted.Licensing # Sign in with Uno Platform -Sign in with your Uno Platform account directly in your favorite IDE—Visual Studio, VS Code, or Rider—to unlock powerful tools like Hot Reload, helping you speed up development. With a single registration, you also get early access to new features and the opportunity to connect with the Uno Platform community to share feedback and network. +Sign in with your Uno Platform account directly in your favorite IDE—Visual Studio, VS Code, or Rider, to unlock powerful tools like Hot Reload, helping you speed up development. With a single registration, you also get early access to new features and the opportunity to connect with the Uno Platform community to share feedback and network. ## Create your account 1. Go to our website, [platform.uno](https://platform.uno/), and click on the **Sign in** button in the top right corner, or go directly to [platform.uno/my-account](https://platform.uno/my-account). 2. Enter your email address and click on **Register**. 3. On the registration page, fill in your information. Once done, click on **Sign up**. -4. You will receive a confirmation email from **no-reply@platform.uno**. Follow the instructions in the email to activate your account. +4. You will receive a confirmation email from `no-reply@platform.uno`. Follow the instructions in the email to activate your account. 5. You should then see the sign-in page. Enter your email and password and click on **Sign in** to access your account details, where you can update information or add more details. ## Sign in to your IDE of choice @@ -24,49 +24,60 @@ After creating your Uno Platform account, follow the steps below to sign in to y If you’ve already set up **Visual Studio 2022** by following [Get Started on Visual Studio 2022](xref:Uno.GettingStarted.CreateAnApp.VS2022), sign in as follows: -1. Create a new Uno Platform project or open an existing one with `Uno.Sdk` version 5.5 or higher. -2. After opening and loading completely your project, a popup should appear. Click **Sign in / Register**. - ![Visual Studio 2022 Popup](Assets/uno-settings-popup.png) - >![NOTE] - > If the popup doesn’t appear, access Uno Platform settings by clicking on **Extensions** > **Uno Platform** > **Settings...**. - > ![Visual Studio 2022 Menu](Assets/uno-settings-vs.png) +1. Create a new Uno Platform project or open an existing one with Uno.Sdk version 5.5 or higher. For existing applications you should take this opportunity to update to the [latest 'Uno.Sdk' version](https://www.nuget.org/packages/Uno.Sdk). +2. After your project has finished loading, a notification should appear. Click on **Sign in / Register** button. + ![Visual Studio 2022 notification](Assets/uno-settings-notification.png) + +> [!NOTE] +> If the notification doesn’t appear, access the Settings app by clicking on **Extensions** > **Uno Platform** > **Settings...**. +> +> ![Visual Studio 2022 Menu](Assets/uno-settings-vs.png) ### [**Visual Studio Code**](#tab/vscode) If you’ve already set up **Visual Studio Code** by following [Get Started on VS Code documentation](xref:Uno.GettingStarted.CreateAnApp.VSCode), sign in as follows: -1. Create a new Uno Platform project or open an existing one with `Uno.Sdk` version 5.5 or higher. -2. After opening and loading completely your project, click the red Solution Button in the bottom status bar and switch to `.csproj` instead of `.sln`. - ![VS Code Solution Button](Assets/uno-vsc-csproj.gif) -3. After opening and loading completely your project, a popup should appear. Click **Sign in / Register**. - ![Visual Studio Code Menu](Assets/uno-settings-vsc-popup.png) - >![NOTE] - > If the popup doesn’t appear, access **Uno Platform** extension settings by selecting **View** > **Command Palette...** and typing `Uno Platform: Open Settings`. - > ![Visual Studio Code Menu](Assets/uno-settings-vsc.png) +1. Create a new Uno Platform project or open an existing one with Uno.Sdk version 5.5 or higher. For existing applications you should take this opportunity to update to the [latest 'Uno.Sdk' version](https://www.nuget.org/packages/Uno.Sdk). +2. After your project has finished loading, a notification should appear. Click on **Sign in / Register** button. + ![Visual Studio Code Menu](Assets/uno-settings-vsc-notification.png) + +> [!NOTE] +> If the notification doesn’t appear, access the Settings app by selecting **View** > **Command Palette...** and typing `Uno Platform: Open Settings`. +> +> ![Visual Studio Code Menu](Assets/uno-settings-vsc.png) ### [**JetBrains Rider**](#tab/rider) If you’ve already set up **JetBrains Rider** by following [Get Started on JetBrains Rider documentation](xref:Uno.GetStarted.Rider), sign in as follows: -1. Create a new Uno Platform project or open an existing one with `Uno.Sdk` version 5.5 or higher. -2. After opening and loading completely your project, a popup should appear. Click **Sign in / Register**. - ![JetBrains Rider Popup](Assets/uno-settings-rider-popup.png) - >![NOTE] - > If the popup doesn’t appear, access **Uno Platform** extension settings by selecting **Tools** > **Uno Platform** > **Settings...**. - > ![JetBrains Rider Menu](Assets/uno-settings-rider.png) +1. Create a new Uno Platform project or open an existing one with Uno.Sdk version 5.5 or higher. For existing applications you should take this opportunity to update to the [latest 'Uno.Sdk' version](https://www.nuget.org/packages/Uno.Sdk). +2. After your project has finished loading, a notification should appear. Click on **Sign in / Register** button. + ![JetBrains Rider notification](Assets/uno-settings-rider-notification.png) + +> [!NOTE] +> If the notification doesn’t appear, access the Settings app by selecting **Tools** > **Uno Platform** > **Settings...**. +> +> ![JetBrains Rider Menu](Assets/uno-settings-rider.png) --- 1. In the Uno Platform Settings window, click on **Sign in**. You’ll be redirected to your browser to enter your Uno Platform account credentials. + ![Uno Platform Settings Welcome](Assets/uno-settings-welcome.png) + 2. Once signed in, you’ll see a confirmation of your account along with your license details. You can then use the **Hot Reload** feature to speed up your workflow and test changes in real time. For more information, refer to the [Hot Reload documentation](xref:Uno.Features.HotReload). + ![Uno Platform Settings](Assets/uno-settings-main.png) - >![TIP] - > You can also access a menu where you can select **My Account** to view your account details, **Refresh** the account changes and **Sign out**. - > ![Uno Platform Menu](Assets/uno-settings-menu.png) + +> [!TIP] +> You can also access a menu where you can select **My Account** to view your account details, **Refresh** the account changes and **Sign out**. +> +> ![Uno Platform Menu](Assets/uno-settings-menu.png) + +- After you are done, feel free to close the Uno Platform Settings window. You can always access it again from your IDE menu by following the steps above. ## Questions For general questions about Uno Platform, refer to the [general FAQ](xref:Uno.Development.FAQ) or see the [troubleshooting section](xref:Uno.UI.CommonIssues) for common issues and solutions. -If you encounter any issues or need further assistance, reach out on our [community forum](https://platform.uno/community) or connect with us via the [Uno Platform GitHub](https://github.com/unoplatform). +If you encounter any issues or need further assistance, join our [Discord server](https://platform.uno/discord), connect with us via the [Uno Platform GitHub](https://github.com/unoplatform), or reach out on our [contact page](https://platform.uno/contact).