I am using web3auth plug&play on my React Native App, I get different privKey with a same google account on android/ios (same clientid, same network)
Is that correct ? if privKey is not consistency between android/ios, is it consistency between other device (if I use another ios device, will I get same key as previous one ?)
thanks for your answer, I still have a questions About gettings diff privKey between IOS/Android with same web3auth client id/ network/ login method, is it normal ?
Which SDK are you using ? Have you specified the same verifier details in your code ? To ensure that you get the same keys, you need to use the same verifier in your code as well.
I am using @web3auth/react-native-sdk v4.0.0, default plug&play option. It’s React Native, js codebase 100% shared between ios/android, I use everything the same, I do not have any specific code for each platform in this feature.
The privateKey I get is different for same google account, between android/ios, and also differcent between IOS simulator and real iPhone device, I just use default plug&play flow, and only 1 web3auth clientid.