Hi there,
I have a problem that I can not pass iOS app verification because it's need to has Apple sign-in as an option also.
I tried to use Apple login(Forge) and Apple REST API but no luck.1.Apple Login: can not deploy due to following error; [ERROR] [Build] xcodebuild: Command failed with exit code 65
2.Apple REST API can not generate pre-set interface for sign-in
So, it would be very thankful if you could share us a Demo site or anything that would help us to create Apple sign-in.
Thank you.
Chaiwat
Hi Chalwat,As per the Apple Guidelines:https://developer.apple.com/app-store/review/guidelines/
4.8 Sign in with Apple
Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, Login with Amazon, or WeChat Login) to set up or authenticate the user’s primary account with the app must also offer Sign in with Apple as an equivalent option. A user’s primary account is the account they establish with your app for the purposes of identifying themselves, signing in, and accessing your features and associated services.
Sign in with Apple is not required if:
So you have to either add Apple as a login option or meet the above to get exempt from it.Hope it helps,Assif
Hi Assif,
Yes. My problem is I don't know how to add apple as login option.
Do you have any demo site to show how to add apple login?
Thanks,
Here we go :https://github.com/twogate/cordova-plugin-sign-in-with-appleYou can use this Cordova Repo:- consume the same via adding under Extensibility Section of your App
Thank you for information.
I tried to build it as an native app but got this error.Provisioning profile "NotiDemo" doesn't support the Sign in with Apple capability. (in target 'TrialAppleSignIn' from project 'TrialAppleSignIn')
I am not sure what should I do.
Do you have a suggestion?
I attached log file, so you can check the error.
Thanks
Not sure about this; maybe it's the issue related to the repo.But you can try this:https://www.outsystems.com/forge/component-overview/7719/apple-login