2

I made a login with Apple on my login screen, and I made an if statement to check if the platform is iOS to show it in iOS devices.

The problem is when I run the app on the iOS simulator the button shows up, but when I run the app on a real device the button does not show up.

if (Platform.isIOS)
     _LoginWithAppleIdWidget()
2
  • stackoverflow.com/a/50744481/10584330 Commented Sep 6, 2021 at 6:39
  • My issue is why it is not working on a real iOS device but works on an iOS simulator. Commented Sep 6, 2021 at 7:02

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.