I have the same problem on tvOS 17.
The button is working on both iOS and macOS, and I can successfully sign-in with it, but nothing happens when I click on it on tvOS (the onRequest function never gets called).
I created a view with only the button in it, but same result.
struct SignInView: View {
@EnvironmentObject private var authModel: AuthModel
var body: some View {
SignInWithAppleButton(onRequest: authModel.authenticationAppleRequest, onCompletion: authModel.authenticationAppleCompletion)
}
}
Is that a known problem?
Did someone found a way to make it works?
Topic:
App & System Services
SubTopic:
General
Tags: