<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add-in Licensing in Installation &amp; Licensing Forum</title>
    <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504358#M33914</link>
    <description>&lt;P&gt;Actually there´s no reason for that. I didn´t knew that Entitlement API for desktop Apps was a thing so thank you. That´s totally what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PD: I assumed such a thing didn´t exist because I saw in this video (outdated 2013) that Autodesk doesn´t provide any licensins system.&amp;nbsp;&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=8yblBDUzudw" target="_blank"&gt;https://www.youtube.com/watch?v=8yblBDUzudw&lt;/A&gt;&amp;nbsp;1:25&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 23:13:42 GMT</pubDate>
    <dc:creator>jjesusdelpino</dc:creator>
    <dc:date>2020-05-09T23:13:42Z</dc:date>
    <item>
      <title>Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9503873#M33910</link>
      <description>&lt;P&gt;Hi forum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im thinking about what licensing system to use for Revit Addins. I would like to have a suscription system and a test version. I also want the addin to be usable only in certain computers (not be usable moving dlls). Autodesk app store requires that the addin has to be ready to use at the moment the users downloads it so my thinking of this proccess is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Install the product normally with a test version valid for X days. (will figure out how to put countdown on installation if its possible). After that time check activation.&lt;/P&gt;&lt;P&gt;- Require user with internet connection to submit some information about his computer (e.g. processor numbers) through some button in the addin.&lt;/P&gt;&lt;P&gt;- Create in the server an automatic key related to processor number or something and give it to the user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Activation method logic should be something like:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;if (activationkey + 1234 == "processor number firt X digits" + 1234)
{
    activate
}
else
    product not activated&lt;/LI-CODE&gt;&lt;P&gt;I assume this method is easily replicable in other pcs but as long as the "hacking" of the addin is not as easy as move dlls Im happy. As Im newbie this is the approach that comes to my mind. I dont know if thats even possible but I would want to know you issues, experiences or ideas about this. I have checked the forum and Jeremy´s blog. Seems like someone should have already writen something about this for sure but I havent been able to find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 15:34:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9503873#M33910</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-09T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504015#M33911</link>
      <description>&lt;P&gt;Would you store the license key in a txt file in the addin folder or where would you store the license key inserted by the user?&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 16:59:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504015#M33911</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-09T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504034#M33912</link>
      <description>&lt;P&gt;In addittion to the first message. In the first step, it should also check if its the first installation on that pc (to prevent uninstall and reinstall and use always test version). I guess that to make this I have to store information on the pc registry which I think its not possible, or either requires internet connection for the first use which I think that cant be done according to Autodesk App Store policy of instant use.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 17:14:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504034#M33912</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-09T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504166#M33913</link>
      <description>&lt;P&gt;Is there a reason you don't want to use Autodesk's entitlement system? It is quite easy to implement and is user specific so it eliminates (mostly) the sharing of applications unless someone creates multiple accounts over and over or logs into multiple machines. However with named user licensing on the horizon even that will become much more difficult to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.autodesk.com/developer-network/app-store" target="_blank"&gt;https://www.autodesk.com/developer-network/app-store&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 19:06:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504166#M33913</guid>
      <dc:creator>Sean_Page</dc:creator>
      <dc:date>2020-05-09T19:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504358#M33914</link>
      <description>&lt;P&gt;Actually there´s no reason for that. I didn´t knew that Entitlement API for desktop Apps was a thing so thank you. That´s totally what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PD: I assumed such a thing didn´t exist because I saw in this video (outdated 2013) that Autodesk doesn´t provide any licensins system.&amp;nbsp;&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=8yblBDUzudw" target="_blank"&gt;https://www.youtube.com/watch?v=8yblBDUzudw&lt;/A&gt;&amp;nbsp;1:25&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 23:13:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504358#M33914</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-09T23:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504458#M33915</link>
      <description>&lt;P&gt;According to "Best practices to use Entitlement API"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;""As the Entitlement API is web-based service, users have to be connected to the internet to make&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;calls to this service. If users of your App are offline (not connected to internet) then it is strongly&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;recommended that you allow the user to use the App for certain amount of time before requiring&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;them to connect to the internet. This can be done by adding code to storing a timestamp each&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;time your App runs, and checking it on the next run.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Similarly, once your app has verified a user’s entitlement, we recommend you store this on the&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;local computer and allow the user to use your App offline (and then recheck the entitlement the&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;next time they are online).""&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So its look like I will have to store local information anyway.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 01:20:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504458#M33915</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-10T01:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504469#M33916</link>
      <description>&lt;P&gt;I will tell you that none of the app I have on the store have any local store of license information and that it is all done over the internet at run time. Not saying this is best or right, but I have never received any negative feedback based on those facts.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 01:26:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504469#M33916</guid>
      <dc:creator>Sean_Page</dc:creator>
      <dc:date>2020-05-10T01:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504474#M33917</link>
      <description>&lt;P&gt;Mmm good to know. So your apps require internet connection and autodesk login to work everytime? Not even that period of grace?&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 01:29:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504474#M33917</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-10T01:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504475#M33918</link>
      <description>&lt;P&gt;That is correct. I check license once on startup and it's good for that session, but must be check for each session. With no grace. I think in our connected world you'd be hard pressed to find someone working without an internet connection, and I feel like as long as you give folks the 30 day trial they can verify that works for them before purchasing.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 01:35:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504475#M33918</guid>
      <dc:creator>Sean_Page</dc:creator>
      <dc:date>2020-05-10T01:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504482#M33919</link>
      <description>&lt;P&gt;I agree. Then thats the way Im gonna proceed. Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 01:42:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504482#M33919</guid>
      <dc:creator>jjesusdelpino</dc:creator>
      <dc:date>2020-05-10T01:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add-in Licensing</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504887#M33920</link>
      <description>&lt;P&gt;&lt;A href="https://jtbworld.com/jtb-license-manager" target="_blank"&gt;JTB License Manager&lt;/A&gt;&amp;nbsp;is what we use to license our apps and we made it available for other developers too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 12:57:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/add-in-licensing/m-p/9504887#M33920</guid>
      <dc:creator>JTBWorld</dc:creator>
      <dc:date>2020-05-10T12:57:39Z</dc:date>
    </item>
  </channel>
</rss>

