Developer path
Embed MonetizeIt in your app with a client SDK. Four steps take you from nothing to an enforced feature and reported usage.
- Get API credentials — in the portal, under API Credentials, create a client for your app and note its id, secret and scopes.
- Add and configure the client SDK — install
Revenusion.MonetizeIt.Client.LicenseConsumer(plusRevenusion.MonetizeIt.Client.AspNetCorefor host apps) and point it at your tenant with those credentials. - Activate a license — call the SDK’s activate method with an activation code and device fingerprint; it returns a session your app holds for the rest of its run.
- Gate a feature and report usage — check
is this allowed?before a gated feature, then report what’s consumed.
Step-by-step .NET guides start at Install and configure the SDK; the full set lives under Develop.