WalkMe.Maui.iOS 1.0.24

dotnet add package WalkMe.Maui.iOS --version 1.0.24
                    
NuGet\Install-Package WalkMe.Maui.iOS -Version 1.0.24
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WalkMe.Maui.iOS" Version="1.0.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WalkMe.Maui.iOS" Version="1.0.24" />
                    
Directory.Packages.props
<PackageReference Include="WalkMe.Maui.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WalkMe.Maui.iOS --version 1.0.24
                    
#r "nuget: WalkMe.Maui.iOS, 1.0.24"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WalkMe.Maui.iOS@1.0.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WalkMe.Maui.iOS&version=1.0.24
                    
Install as a Cake Addin
#tool nuget:?package=WalkMe.Maui.iOS&version=1.0.24
                    
Install as a Cake Tool

alt text

WalkMe Mobile increases in-app engagement and revenues - automatically. WalkMe’s technology learns and understands user usage behavior.

WalkMe iOS SDK

A Simple SDK that allows anyone to create and manage in-app content without coding and without deployment, to maximize in-app user engagement.

How it works

  • Install the WalkMe Mobile SDK, no work and setup required.
  • Create in app content including interactive Walk-Thrus, ShoutOuts, Launchers and Web Resources.
  • Launch and analyze in-app content in seconds, no need for app store approval.

Example Usage

using Foundation;
using WalkMe.Maui.iOS;

namespace MauiTestApp;

[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
	protected override MauiApp CreateMauiApp()
    {
        Console.WriteLine("App is starting!");
        ABBI.Start("APP_KEY", "APP_SECRET");
        return MauiProgram.CreateMauiApp();
    }
}

Support

License

Commercial Software

Product Compatible and additional computed target framework versions.
.NET net8.0-ios18.0 is compatible.  net9.0-ios was computed.  net10.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-ios18.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.24 128 2/22/2026
1.0.23 119 2/5/2026
1.0.22 123 1/18/2026
1.0.21 169 12/14/2025
1.0.20 564 11/3/2025
1.0.19 201 10/28/2025
1.0.18 186 10/12/2025
1.0.17 383 9/18/2025
1.0.16 325 9/18/2025
1.0.15 197 9/9/2025
1.0.14 171 9/7/2025
1.0.13 196 8/14/2025
1.0.12 141 8/10/2025
1.0.11 270 8/7/2025
1.0.10 121 8/3/2025
1.0.9 284 7/20/2025
1.0.8 193 7/1/2025
1.0.7 216 6/5/2025
1.0.6 769 5/22/2025
1.0.5 151 5/18/2025
Loading failed