A
A
Adpluginx Documentation
Ask or search…
K
Comment on page

Enable Apple SignIn And Use

Open Project in Xcode

And in Build & signin Enable SignIn with Apple Option from capability

Now Use Predefine SignIn Button

1
AppleAuthButton(
2
onAuthCompleted: (user) {
3
// Authentication Completed and Set to Server.
4
},
5
onAuthFailed: (message) {
6
// Authentication Failed With Message.
7
},
8
);