Removing the Trial Message after Purchasing a License
Environment
Version | Product | Author |
---|---|---|
All versions | Telerik UI for .NET MAUI | Dobrinka Yordanova |
The steps described in this KB article are valid for Telerik UI for .NET MAUI versions up to 2025 Q2. Starting with 2025 Q2, the trial installer is deprecated. You can start a free trial by using the unified installer.
Description
While using a trial license, a trial message is rendered over the components and you see a popup window:
If you have a commercial license, but you still see the trial message:
Ensure that the licensed package is referenced in the project (
Telerik.UI.for.Maui
instead ofTelerik.UI.for.Maui.Trial
).Uninstall any installed trial versions from the machine.
If you have created local NuGet feeds, ensure they do not contain Trial versions of our packages.
Clean the NuGet packages on the machine.
Clean the projects.
Delete the
bin
andobj
folders where packages and assemblies may be cached.Re-build your project.