Steamworks not working in Mac Build (but does work in sim)

The steamworks plugin will work as expected inside the simulator on Mac, but when I build the app it no longer works. It can no longer see if a user is logged in etc. I found an article on here that I needed to have more entitlements aded for macOS so I added those but it still does not work in the built app. Has anyone successfully built a Mac app with the steamworks plugin working and how did you do it? Also I have it notarized with SD Notary 2 app. Thanks. Here are the entitlements I added:

[“com.apple.security.cs.allow-jit”] = true,
[“com.apple.security.cs.allow-unsigned-executable-memory”] = true,
[“com.apple.security.cs.allow-dyld-environment-variables”] = true,
[“com.apple.security.cs.disable-library-validation”] = true,
[“com.apple.security.cs.disable-executable-page-protection”] = true,
[“com.apple.security.cs.debugger”] = true,