GameShield™ is designed to be flexible and customizable to the license model you want to achieve.

GameShield™ defines a "License Model" as the terms and conditions (or rights and restrictions) that you grant an end-user and/or customer of your game as defined by your business model. More specifically, "supported GameShield™ License Models" refers to the available license model enforcement options GameShield™ provides for your software.

Time-based

DRM: by minutes, hours, days, or by specified start/end dates

Usage-based

DRM: by number of launches or activations

Feature-based

DRM and Customized versions: pay-per-level, pay-per-item, microtransactions, or "create-your-own". These types of models are achieved by combining GameShield™'s IronWrap and GameShield™ SDK-based protection

Commercial Off-The-Shelf (COTS)

Deliver a "token of ownership" to your software (a Serial Number) which can be physically packaged for retail sales and activated online.


GameShield™ also supports unique license models such as our viral distribution model that allows games to be shared and our in-game activation model, which embeds purchase/checkout in the game and injects the serial number to automatically unlock the game.

GameShield™'s license models can be combined in numerous ways to create the exact license model your business requires.

License Model Categories

IronWrap License Models

the logic for these models have been pre-defined for you and compiled directly into GameShield™'s protected applications and can be easily selected and implemented within the License Manager or New Project Wizard mode.

Fundamental License Models

These are conceptual models that are supported by GameShield™, and are implemented by you by interfacing with GameShield™'s SDK at run-time, or in combination with IronWrap. Your application can enforce these models in its own code.


Ironwrap License Models

The IronWrap system provides a number of pre-defined license models for ease-of-use and to speed up the wrapping of your games. These models will determine how your IronWrapped application will behave. The following IronWrap license models are available in GameShield™:

Node Locked / Always Execute

This model must have the application activated and copy protection released before running. This model would be commonly referred to as Full Purchase (ESD) or as Download-To-Own. Or Always Execute. The application run with no restrictions with all the protection capabilities of the GameShield™ SDK. However, the license file must be found and successfully parsed.

By Period

The application will run for a duration measured in absolute days. This model is your standard Trial model.

Duration

The application will run for a duration measured in hours and minutes of cumulative execution time - regardless of the absolute time that elapses between executions. This model would be commonly referred to as Try-Before-You-Buy (TBYB).

Session Time

The application will run always launch but will only run for a limited amount of time. The game will terminate after the duration has elapsed. Unlike a Duration Model the user may launch the application again and will run again for the limited amount of time. Also known as Session Limited Mode. This is ideal for Demo versions or Media Release versions.

By Hard Date

The application will run until a preset hard date. At this point, the application will no longer run. Also known as Date Expiry Model. This is ideal for Demo versions or Media Release versions.

Access Times

The application will allow the application to run only for a preset amount of times. Also known as Execution limited Model. This is ideal for limited releases such as Demo versions or Media Release versions.

User-Defined

You design your own custom application model, which may be similar or the same to various fundamental license models listed below, or refinements of IronWrap license models.

Always Execute

This is also the model you wish to use if you only need to wrap advertisements into your application.