C++ with UXP communication

Hello

I am trying to connect an automation with plugin but I always receive an error that plugin is not found

My panel have this id in the manifest.json

   PIActionDescriptor execDesc;
   sPSActionDescriptor->Make(&execDesc);
   sPSActionDescriptor->PutString(execDesc, keyPEC_Data, data);
      
   const char* UXP_MANIFEST_ID = "com.plugin.id";
   SPErr err = sUXP->SendUXPMessage(GetPluginRef(), UXP_MANIFEST_ID, execDesc);

There are an example of this?

Thanks

1 Like

I face the same issue…