The user has registered in the cloud, why does the App prompt for an incorrect password when using UID login?
Last Updated on:2023-07-13 07:40:14
Because the SDK login will automatically perform MD5 encryption, and the cloud will not, so when the customer uses cloud registration, the password needs to be MD5 encrypted to be used on the client side.