I used electron to develop a macos application demo program, I simply called a written backend.dylib (using main.js to call backend.dylib) library is koffi similar to ffi-napi, calling only one method hello. If I do not call backend.dylib, after I submit testflight, I can open the app on a machine other than the development machine and display it normally. If I call backend.dylib, opening the testflght version on another device will prompt "Apple connot check it for malicious software." I used electron mas to package, and the mac app store was normal when my other apps went online. Only small programs that called backend.dylib could not pass. There is also a specific error "library load disallowd by system policy". I want to know how to make my program pass the audit of mac app store, I need to call this backend.dylib to work
Calling custom dylib won't boot on the mac app store, I wrote desktop software. I want to know how.
Learn native coding - That is the best advice. Please go to the owners of the library you're using and post the question there, as this is not an Apple product.