Why is “ASAuthorizationControllerDelegate” not called on sign in?

孤街浪徒 提交于 2021-01-29 19:54:42

问题


I've added code to support Sign in with Apple. The code works fine, but the callback delegate function is not called when TouchID succeeds on a real device (iPhone 7 Plus).

What should I check to fix this?


回答1:


I found the solution. Do write delegate function to public methods.



来源:https://stackoverflow.com/questions/58907137/why-is-asauthorizationcontrollerdelegate-not-called-on-sign-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!