parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 739 forks source link

Even if “linkWithInBackground” fails(code208), the data will be cached locally, causing problems with this “isLinked” #1204

Open DenSiLe opened 6 months ago

DenSiLe commented 6 months ago

When I use qq and wechat to log in to the third party, there will be two accounts; At this point, when I bind the qq account and bind wechat, it will prompt that wechat has been bound and binding will fail. At this point, when I killed the application process and re-logged in with qq, I was prompted to bind successfully. However, it does not appear on the server, only the verified data cache is poured to the local, resulting in the need to pull data from the server again

image

image

parse-github-assistant[bot] commented 6 months ago

Thanks for opening this issue!