ShakeBugs.MAUI
17.0.0
dotnet add package ShakeBugs.MAUI --version 17.0.0
NuGet\Install-Package ShakeBugs.MAUI -Version 17.0.0
<PackageReference Include="ShakeBugs.MAUI" Version="17.0.0" />
paket add ShakeBugs.MAUI --version 17.0.0
#r "nuget: ShakeBugs.MAUI, 17.0.0"
// Install ShakeBugs.MAUI as a Cake Addin #addin nuget:?package=ShakeBugs.MAUI&version=17.0.0 // Install ShakeBugs.MAUI as a Cake Tool #tool nuget:?package=ShakeBugs.MAUI&version=17.0.0
ShakeBugs for .NET MAUI
ShakeBugs is a service to help you engage closely with your users where your users can give you directly bug reports and improvements when your app is live on stores.
Prerequisites
- .NET 8
- Visual Studio or Visual Studio Code
- .NET workloads for .NET MAUI
Steps to run the sample app
1/ Open dotnet-shake-maui.sln
file
2/ Replace placeholders with your IDs and secrets
builder
...
.UseShakeBugs(
androidApiKey: "YOUR_ANDROID_API_KEY",
iosApiKey: "YOUR_IOS_API_KEY",
crashReportingEnabled: true
)
...;
Steps to use in your app
1/ Install the nuget package
<PackageReference Include="ShakeBugs.MAUI" Version="17.0.0" />
2/ Call UseShakeBugs
in your MauiProgram.cs
MAINTAINER
This project is maintained by tuyen-vuduc in his spare time.<br>
If you find this project is useful, please become a sponsor of the project and/or buy him a coffee.
OR
LICENSE
The 3rd libraries will follow their associated licenses. This project itself is licensed under The 3-Clause BSD License.
Copyright 2024 tuyen-vuduc
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-android34.0 is compatible. net8.0-ios17.2 is compatible. |
-
net8.0-android34.0
- Com.Shakebugs.Shake (>= 17.0.0)
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
- Org.Mp4parser.Muxer (>= 1.9.56)
- Org.Slf4j.Slf4jApi (>= 1.8.0-beta4)
- Xamarin.AndroidX.Fragment.Ktx (>= 1.7.0.2)
-
net8.0-ios17.2
- Microsoft.Maui.Controls (>= 8.0.40)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.40)
- Shake.iOS (>= 17.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.