We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-08-25 12:53 PM - last edited on 2023-08-25 01:17 PM by Noemi Balogh
Do I need a commercial license to produce commercial plug-ins using the Archicad API?
2023-08-25 10:17 PM - edited 2023-08-25 10:23 PM
no plugins work in the demo version like they would work in a fullversion. you can start the demo version of archicad either by having not a license 😄 (haha) or with the powershell command
".\ARCHICAD.exe -DEMO" (Has to be Run in the Directory where your Archicad sits)
some things to consider:
- running add-ons on demo version has the adventage that you dont need a developer id and a local id of your plugin. found in your developer account
- all examples that come with the SKD run in demo version if you dont provide ids (waht you dont do beacause there are to many plugins to build) those examples are very important.
- you should have accsess to a fullversion archicad to test out your final plugin. there are a few things that can go wrong on the roll-out and you need to test if the plugin is working fine and as intended.
- "commercial plug-in" is for itself a difficult thema, since archicad has no plugin shop like autodesk. you need also to create a distribution and payment system by yourself... =(
2023-08-27 04:06 PM
Thank you, it helps a lot
2023-09-06 10:24 AM
Hi,
https://archicadapi.graphisoft.com/start says you don't need one. There is a developer license available for testing.
2023-09-06 10:34 AM
Hi, thanks for your answer. So what is the developer license purpose?