Hi Team,
While working on appstore approval for iOS app, Apple team has rejected the submission due to issue while login using apple id. We have tried at our end with existing and fresh user which works, so we are unable to find any root cause of the issue faced by Apple team.
Please help us here to find out the cause of issue.
- SDK Version: 3.5.0
- Screenshots of error:
Code Snippet
const web3auth = new Web3Auth(WebBrowser, {
clientId,
network: Constants.expoConfig.extra.ENVIRONMENT == AppEnvironment.PRODUCTION ? OPENLOGIN_NETWORK.CYAN : OPENLOGIN_NETWORK.TESTNET, // or other networks
loginConfig: loginConfig
});
const info = await web3auth.login({
redirectUrl: Platform.OS === 'ios' ? resolvedRedirectUrl : resolvedRedirectUrlForAndroid,
mfaLevel: "none",
curve: "secp256k1",
extraLoginOptions: {
login_hint: provider == LOGIN_PROVIDER.EMAIL_PASSWORDLESS && loginHint
},
loginProvider: provider
});
Please let us know if you need any further information.
Thanks,