Using ktor on iOS with `io.ktor:ktor-client-core-n...
# multiplatform
v
Using ktor on iOS with
io.ktor:ktor-client-core-native
and I’m getting this:
Copy code
CredStore - performQuery - Error copying matching creds.  Error=-25300, query={
    class = inet;
    "m_Limit" = "m_LimitAll";
    ptcl = htps;
    "r_Attributes" = 1;
    sdmn = "oauth2/client";
    srvr = "<http://myserver.app|myserver.app>";
    sync = syna;
}
Does anyone know what could be the issue?
s
I don't know what you did but googling the error give some results 🙃. See for example https://stackoverflow.com/questions/46099940/credstore-perform-query-error
v
Yup but none of them really helped me