Sidio.RevenueCat 1.1.2-preview

Prefix Reserved
This is a prerelease version of Sidio.RevenueCat.
dotnet add package Sidio.RevenueCat --version 1.1.2-preview
                    
NuGet\Install-Package Sidio.RevenueCat -Version 1.1.2-preview
                    
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="Sidio.RevenueCat" Version="1.1.2-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sidio.RevenueCat" Version="1.1.2-preview" />
                    
Directory.Packages.props
<PackageReference Include="Sidio.RevenueCat" />
                    
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 Sidio.RevenueCat --version 1.1.2-preview
                    
#r "nuget: Sidio.RevenueCat, 1.1.2-preview"
                    
#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.
#addin nuget:?package=Sidio.RevenueCat&version=1.1.2-preview&prerelease
                    
Install Sidio.RevenueCat as a Cake Addin
#tool nuget:?package=Sidio.RevenueCat&version=1.1.2-preview&prerelease
                    
Install Sidio.RevenueCat as a Cake Tool

Sidio.RevenueCat

An unofficial .NET SDK for the RevenueCat API and webhooks. This library is not affiliated with RevenueCat.

build NuGet Version

Installation

Add the package to your project.

Project status

This package is currently in preview and is not yet feature complete.

Usage

Webhooks

  • Capture the raw JSON and use the IRevenueCatWebhookService to parse the webhook data:
private readonly IRevenueCatWebhookService _webhookService = new RevenueCatWebhookService();

var parseResult = _webhookService.TryParseSubscriptionEvent(rawJson, out var subscriptionEvent);
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows 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
1.1.2-preview 126 3/3/2025
1.1.1-preview 54 1/22/2025
1.1.0-preview 59 11/13/2024
1.0.1-preview 175 10/18/2024