ADN Copy protection demo App

ADN Copy protection demo App

Win32 и Win64, Русский

Autodesk, Inc.
This App shows how to implement a simple copy protection/licensing system for your Apps on Autodesk App Store.

Общие инструкции по использованию

This App has provided a mechanism that you can use to protect your App. However, because it is your App, there is some coding required by you to achieve this – whichever approach you take.

TestEntitlement_API command,  Autodesk App store entitlement Entitlement API is used to identify the entilment of the user. 

This command will make a simple HTTP (REST) call to the Entitlement API, passing in the unique ID of this App (8838710715095167987), and the unique Id of the customer currently signed in to their Autodesk Id from the Autodesk product in which this add-in is running. The Entitlement API response will tell whether the user has an ‘entitlement’ to use this App (I.e whether that user has purchased/downloaded this App).

Снимки экрана

Команды

Значок ленты/панели инструментов Команда Описание команды

TestEntitlement_API

This is your simplest option for handling protecting App, and is your only option if you want to handle protection entirely in your (add-in) App and not have to create your own webserver This command will make a simple HTTP (REST) call to the Autodesk App store Entitlement API, passing in the unique ID of the App, and the unique Id of the customer currently signed in to their Autodesk Id from the Autodesk product in which this add-in is running. The Entitlement API response will tell whether the user has an ‘entitlement’ to use the App (I.e whether that user has purchased/downloaded the App).

Установка/удаление

The installer that ran when you downloaded this plug-in from Autodesk App Store has already installed the plug-in. You may need to restart AutoCAD to activate the plug-in.

To uninstall this plug-in, click Control Panel &; Programs &; Programs and Features (Windows 7/8.1/10) or Control Panel & Add or Remove Programs (Windows XP), and uninstall as you would any other application from your system.

The panel on the Plug-ins tab will not be removed until AutoCAD is restarted.

Дополнительная информация

Известные проблемы

Контактные данные

Название компании: Autodesk, Inc.
URL-адрес компании: http://www.autodesk.com/
Контактные данные службы поддержки: fpd.apps@autodesk.com

Информация о компании/авторе

Autodesk, Inc.

Сведения о поддержке

Email us at Fpd.apps@autodesk.com with feedback or requests for enhancements

Журнал версий

Номер версии Описание версии

1.0.0

Added 2022 support (No change in version number).
Наверх