Post

Replies

Boosts

Views

Activity

Reply to Dismissing animation of the "Sign in with apple" modal view is broken on iOS 15.1
@dmrozmajzl said: If you make your own "Sign In with Apple" button as a UIViewRepresentable then it works fine. For the record, this proposed workaround does NOT fix the issue for me (not sure if I’m misunderstanding): class SignInWithAppleButtonView: UIViewRepresentable {     func makeUIView(context: Context) -> ASAuthorizationAppleIDButton {         return ASAuthorizationAppleIDButton()     }     func updateUIView(_ uiView: ASAuthorizationAppleIDButton, context: Context) {     } }
Topic: App & System Services SubTopic: General Tags:
Apr ’22
Reply to Can not install TestFlight version: "This app cannot be installed because its integrity could not be verified."
FB11859507
Replies
Boosts
Views
Activity
Dec ’22
Reply to Dismissing animation of the "Sign in with apple" modal view is broken on iOS 15.1
@dmrozmajzl said: If you make your own "Sign In with Apple" button as a UIViewRepresentable then it works fine. For the record, this proposed workaround does NOT fix the issue for me (not sure if I’m misunderstanding): class SignInWithAppleButtonView: UIViewRepresentable {     func makeUIView(context: Context) -> ASAuthorizationAppleIDButton {         return ASAuthorizationAppleIDButton()     }     func updateUIView(_ uiView: ASAuthorizationAppleIDButton, context: Context) {     } }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22