tuarua / Apple-Signin-ANE

Apple Sign In Adobe Air Native Extension for macOS 10.15+, iOS 13.0+ and tvOS 13.0+
Apache License 2.0
5 stars 4 forks source link

isSupported returning false on macOS 11.4 #20

Closed waveofthought-code closed 3 years ago

waveofthought-code commented 3 years ago

Is there a deeper mechanism at play here besides just the platform and minor/major versions? I fit the criteria, being on a mac with 11.4, but for whatever reason the response to isSupported always returns false.

I'm running the sign.sh script with my own app and everything is reported as ok. Major difference is a few extra entitlements I need to run, and com.apple.security.app-sandbox is set to false (if its true my app doesnt run at all)

I've seen the issues with Apple Sign In on Big Sur but I think I havent made it far enough to be affected by that problem yet.

Any insight would be greatly appreciated!

waveofthought-code commented 3 years ago

Ok I figured it out -- turns out I was failing to include a vital entitlement during signing that exists in the provisioning profile: keychain-access-groups

I mistakenly thought I could get by with the default stuff.

isSupported is now returning true.