You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was wondering how I might be able to access contacts when I'm running my codebase locally? (The auth status is always "Denied" when running locally, even though when I build it for production everything works as it should)
I imagine this has something to do with production vs development certificates, but I haven't found a very clear tutorial on how I should go about resolving that issue.
Let me know if there is any more information that will help.
The text was updated successfully, but these errors were encountered:
@sumersao a coworker of mine said that if he ran our project from Terminal, it seemed to just work - I think it used Terminal's entitlement perhaps?
I have not tested this though so I don't have more details than that at this point
it does work if you build locally with electron-builder and just manually pass an entitlements file, instead of going through the whole production build process
Hello, I was wondering how I might be able to access contacts when I'm running my codebase locally? (The auth status is always "Denied" when running locally, even though when I build it for production everything works as it should)
I imagine this has something to do with production vs development certificates, but I haven't found a very clear tutorial on how I should go about resolving that issue.
Let me know if there is any more information that will help.
The text was updated successfully, but these errors were encountered: