Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What aspect of licensing does the application have to handle and what will BREW handle?

0
Posted

What aspect of licensing does the application have to handle and what will BREW handle?

0

BREW handles the license decrementing for following license types: LT_DAYS, LT_DATE and LT_MINUTES_OF_USE. BREW does not handle license management for usage-based license (LT_USES). BREW does not define what a single use of the application is and hence cannot know when to decrement the usage count. The application must define what a single use is and after each use, the application must decrement the usage count using the ILICENSE_DecrementUsesRemaining() API. In BREW 1.0, when the number of uses remaining is zero, the user will not be allowed to launch the app. In 1.1 onwards, the user will be able to launch the zero-license app, and the app must handle the zero-license condition.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123