Issue in sign in with Apple Id

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.

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,

Hey @keval.shah, can you try updating the SDK to the latest version? Here are the migration guides that will come in handy while upgrading from v3 to v5.
PnP React Native - v3 to v4
PnP React Native - v4 to v5

Also, if you run into any issues particular to react native, please use this guide.

One more thing, can you click on the ! mark in the top right of the error screen and share a screenshot of the same.

1 Like

Hey @keval.shah,
How has the upgrade journey been for you? Would be more than glad to help you out if you’re stuck somewhere. If not, please let me know if I can close this thread.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.