As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
{"error":"InvalidCredentials","description":"Invalid credentials. Please retry your request with correct credentials","debug":"No credentials found or missing/malformed header"}
where AUTH_DATA=#@"a3wkX2JrMjJuV2cew3ozYm65tDBjOTM4YTI0MmE4Ym34TBiZGY5NjVhYTdiOA=="
I copied AUTH_DATA from Kinvey API console.
M
Mike
said
over 9 years ago
We don't provide support for 3rd party SDKs. Check out the documentation for AFNetworking https://github.com/AFNetworking/AFNetworking for how to supply an authorization header.
E
Esraa
said
over 9 years ago
Thanks
Gal
said
over 9 years ago
This looks like an iOS question... I will move your question to that category, so that our iOS developer can address it.
E
Esraa
said
over 9 years ago
i don't set "Token" by myself i just write this code
As seen in the guide (http://devcenter.kinvey.com/rest/guides/security#sessionauthentication), the Authorization header should contain the word `Kinvey` followed by your auth token:
Esraa
{
"Accept-Language" = "en;q=1, fr;q=0.9, de;q=0.8, zh-Hans;q=0.7, zh-Hant;q=0.6, ja;q=0.5";
Authorization = "Token token=\"bf1eaaeb-724b-4abc-8d27-842059853efb.a8kfJVsjBflYJqZk3aJ6xmXWqoqEYijXv708/Zf5/2s=\"";
"Content-Type" = "application/json; charset=utf-8";
"User-Agent" = "Ta3rifah/1.0 (iPhone Simulator; iOS 7.1; Scale/2.00)";
}
and i always get this error
{"error":"InvalidCredentials","description":"Invalid credentials. Please retry your request with correct credentials","debug":"No credentials found or missing/malformed header"}