rustore.push.maui 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package rustore.push.maui --version 7.0.0
                    
NuGet\Install-Package rustore.push.maui -Version 7.0.0
                    
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="rustore.push.maui" Version="7.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="rustore.push.maui" Version="7.0.0" />
                    
Directory.Packages.props
<PackageReference Include="rustore.push.maui" />
                    
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 rustore.push.maui --version 7.0.0
                    
#r "nuget: rustore.push.maui, 7.0.0"
                    
#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 rustore.push.maui@7.0.0
                    
#: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=rustore.push.maui&version=7.0.0
                    
Install as a Cake Addin
#tool nuget:?package=rustore.push.maui&version=7.0.0
                    
Install as a Cake Tool

Dotnet Android (MAUI) Sdk RuStore

Биндинг официального SDK для получения пуш уведомлений для андроид.

Состав

  1. maui.rustore.push - dotnet android binding native library
  2. Sample

##Сборка

  1. В классе MainPage.xaml.cs: <code> RuStorePushClient.Instance.Init(Platform.CurrentActivity.Application,"your projectId", new MyLogger()); </code> Добавьте свой Id проекта из интерфейса настройки пуш уведомлений.
  2. Обязательно настройте подпись apk. Важно что бы fingerprint подписи apk совпадал с тем что указан в настройках пушей.
  3. Запускаем. Жмём кнопку, получаем права на пуши, открываем Logcat ищем там !!!!success!!! копируем токен.
  4. Добавляем токен в интерфейс отправки тестовых пуш уведомлений
  5. Наслаждаемся звуковыми эффектами при получении устройством пуш уведомлений.
Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
7.0.0.2 210 11/24/2025
7.0.0.1 202 11/15/2025
7.0.0 184 11/15/2025