<?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: Developer registration may not be approved – Add-On works in Demo but not FULL in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/712169#M11017</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please send me your developer and local IDs in a direct message so I can check it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tamás&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2026 11:52:39 GMT</pubDate>
    <dc:creator>Tamas Polyak</dc:creator>
    <dc:date>2026-08-19T11:52:39Z</dc:date>
    <item>
      <title>Developer registration may not be approved – Add-On works in Demo but not FULL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/711857#M11011</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I registered as an Archicad API developer on August 3, 2026, but my Add-Ons are still rejected by the licensed FULL version of Archicad.&lt;/P&gt;&lt;P&gt;Two different Add-Ons with separately generated Local IDs show the following error:&lt;/P&gt;&lt;P&gt;“This Add-On cannot be validated. Please contact the distributor.”&lt;/P&gt;&lt;P&gt;Environment:&lt;BR /&gt;- Archicad 29.2.1, build 5101, JPN FULL&lt;BR /&gt;- API Development Kit 29.3100&lt;BR /&gt;- macOS 26.5.2&lt;BR /&gt;- Apple Silicon, arm64&lt;/P&gt;&lt;P&gt;I tested the exact same minimal Add-On bundle in Archicad Demo mode, and it loaded and ran successfully.&lt;/P&gt;&lt;P&gt;I have verified:&lt;BR /&gt;- The MDID resource is exactly 8 bytes&lt;BR /&gt;- Developer ID and Local ID match the API profile values&lt;BR /&gt;- arm64 architecture&lt;BR /&gt;- Info.plist&lt;BR /&gt;- Exported Archicad entry points&lt;BR /&gt;- Framework dependencies&lt;BR /&gt;- Hardened Runtime signature&lt;BR /&gt;- No duplicate MDID is loaded&lt;/P&gt;&lt;P&gt;The same bundle works in Demo mode but fails only in FULL mode. Two different Local IDs generated under the same developer account produce the same result.&lt;/P&gt;&lt;P&gt;I have also contacted archicadapi@graphisoft.com, but the issue has not yet been resolved.&lt;/P&gt;&lt;P&gt;Could a Graphisoft moderator please check whether my developer registration has been manually approved and activated?&lt;/P&gt;&lt;P&gt;I can provide my Developer ID and Local IDs privately if required.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2026 03:56:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/711857#M11011</guid>
      <dc:creator>ttt4</dc:creator>
      <dc:date>2026-08-17T03:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Developer registration may not be approved – Add-On works in Demo but not FULL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/712169#M11017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please send me your developer and local IDs in a direct message so I can check it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Tamás&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2026 11:52:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/712169#M11017</guid>
      <dc:creator>Tamas Polyak</dc:creator>
      <dc:date>2026-08-19T11:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Developer registration may not be approved – Add-On works in Demo but not FULL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/712422#M11020</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for confirming that the following pair is valid:&lt;/P&gt;&lt;P&gt;Developer ID: 913389903&lt;BR /&gt;Local ID: 3541969375&lt;/P&gt;&lt;P&gt;I created a new minimal Add-On using exactly this confirmed pair.&lt;/P&gt;&lt;P&gt;Before testing, I removed StructuralAutomationPrototype and every other Add-On using the same MDID. Only the new minimal test Add-On was registered.&lt;/P&gt;&lt;P&gt;However, Archicad 29.2.1 build 5101 JPN FULL still reports:&lt;/P&gt;&lt;P&gt;“This Add-On cannot be validated.”&lt;/P&gt;&lt;P&gt;The same exact bundle loads and runs successfully in Archicad Demo mode.&lt;/P&gt;&lt;P&gt;Embedded raw MDID bytes:&lt;BR /&gt;36 71 39 4F D3 1E 29 DF&lt;/P&gt;&lt;P&gt;The bundle is:&lt;BR /&gt;- arm64&lt;BR /&gt;- built with API DevKit 29.3100&lt;BR /&gt;- signed with Hardened Runtime&lt;BR /&gt;- verified successfully with codesign --deep --strict&lt;BR /&gt;- free of external third-party library dependencies&lt;/P&gt;&lt;P&gt;I have attached the exact minimal test bundle and screenshots from FULL and Demo mode.&lt;/P&gt;&lt;P&gt;Could you please test the attached bundle on your licensed Archicad installation and investigate why Archicad JPN FULL rejects the MDID pair that you confirmed as valid?&lt;/P&gt;&lt;P&gt;If it loads correctly on your system, could there be a validation issue related to Archicad 29.2.1 build 5101 JPN FULL or my Archicad license environment?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2026 06:54:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Developer-registration-may-not-be-approved-Add-On-works-in-Demo/m-p/712422#M11020</guid>
      <dc:creator>ttt4</dc:creator>
      <dc:date>2026-08-21T06:54:54Z</dc:date>
    </item>
  </channel>
</rss>

