What aspect of licensing does the application have to handle and what will BREW handle?
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.