Website logo
⌘K
Getting Started
Introduction
Basic Concepts
Opening an Account
Creating & Configuring Products
Integrating SDK and Configuring License Fulfillment
Activate a Key-Based License
Vendor Platform
Issuing New Licenses
License Detail View
Order Detail View
Customer Detail View
Metadata
Analytics
Settings
Product Configuration
Product Features
Product Custom Fields
Product Versioning
License Policies
Product Bundles
License Entitlements
Consumption Period in License/Features
License Types
Activations & Device Transfers
Features
Floating Features
Custom Fields
License Start Date
License Note
Maintenance Period
Trial Licenses
Floating Licenses
License Activation Types
Portals
End-User Portal
Offline Portal
Air-Gapped Portal
License API
License API Authorization
License Activation/Deactivation
License Check
License Feature Check
Consumption
Floating
Trial Key
Product Details
Device Variables
Changing Password
Versions
Installation File
Customer License Users
SSO URL
Management API
Making API Requests
Management API Authorization
Customer
Product
Order
License
Device
Analytics
SDKs
Tutorials
.NET/C# SDK
.NET/C# Management SDK
C++ SDK
Java SDK
Python SDK
Go SDK
Delphi SDK
Swift/Objective-C SDK
Android SDK
Unity SDK
Errors and Response Codes
Floating Server
API Reference
Deployment
Configuration
Floating Server UI
Securing the Server
Whitelabeling
FAQ
Floating Server Changelog
Integrations
Subscription Integration
Salesforce
FastSpring
Stripe
Shopify
Common Scenarios
Single Sign On (SSO)
Glossary
General
SDK Glossary
Vendor Platform
Product Configuration Glossary
License Configuration
Postman Collections
Frequently Asked Questions
Integrations
SDK
Changelog
License API changelog
Platform changelog
Docs powered by Archbee
Frequently Asked Questions

SDK

2min

Two devices same license feature

The customer is using both PC1 and PC2 with the same license feature. PC1 performs local consumption and then uses the SyncConsumption method to send the data to the server. These changes are visible within the portal.

However, when PC2 calls the SyncConsumption method, the changes made by PC1 are not visible in the localLicense file. To sync PC2 with the server, the CheckLicense method should be used.

Summary:

  • If a feature is consumed, the SyncConsumption method will send the updated data to the server, resulting in changes to the localLicense file.
  • If a feature is not consumed, the SyncConsumption method will neither send data to the server nor retrieve new data from the server.
  • The only way to retrieve new information from the server is to call the CheckLicensemethod.



Updated 14 Nov 2023
Did this page help you?
PREVIOUS
Integrations
NEXT
Python
Docs powered by Archbee
TABLE OF CONTENTS
Two devices same license feature
Summary:
Docs powered by Archbee