SFAuthorizationPluginView Problem in Catalina?

Hi,

I have a Login App in macOS, and it use SFAuthorizationPluginView of objc make a custom auth view.

I find it has LAG problem when user choose account or run system auth password in catalina.

And if I use "lock screen", the screen will not show anything. User can't do anything ,and must restart mac.

but in Mojave, it's no problem.


How can i do something to make better?or I need to know something?

Answered by DTS Engineer in 393751022

if I use "lock screen", the screen will not show anything.

There’s a known problem with this on 10.15.x, x ≤ 2 (r. 56531060). Please retry on the latest 10.15.2 beta seed (19C32e).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Accepted Answer

if I use "lock screen", the screen will not show anything.

There’s a known problem with this on 10.15.x, x ≤ 2 (r. 56531060). Please retry on the latest 10.15.2 beta seed (19C32e).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Ok, Thanks for your help.

Hi ,

10.15.2 beta has resolved the black screen issue for lock screen. But i am facing issue in calling a webservice. The result is always negative while the same code is working fine on accessing the login window .

The issue is only lying with catalina. tested mojvae it was working fine.

SFAuthorizationPluginView Problem in Catalina?
 
 
Q