steamworks.isLoggedOn works when simulator launched from steam, but not when build mac app is launched from steam

hello,

I’m on a mac. If I add corona simulator as a non-steam game and launch the simulator through steam and then open my game the steamworks.isLoggedOn works and I am able to open overlays… but if i build the game as a mac app and add it as a non-steam game and try to launch it with steam then steamworks.isLoggedOn is always false and overlays wont open. any ideas?

In case anyone else is stuck on this same issue it was resolved by removing the provisioning profile when building the mac app. This is NOT mentioned on the steamworks API documentation anywhere.