Vkontakte-iOS-SDK icon indicating copy to clipboard operation
Vkontakte-iOS-SDK copied to clipboard

Vkontakte API implementation

Results 9 Vkontakte-iOS-SDK issues
Sort by recently updated
recently updated
newest added

Использовал VK IOS SDK. Пробовал данный вариант запроса: VKRequest _request = [[VKApi wall] post:@{VK_API_FROM_GROUP: @"1", VK_API_GROUP_ID: @"944_****", VK_API_POST_ID: @"4"}]; [request executeWithResultBlock:^(VKResponse *response) { NSLog(@"OK"); } errorBlock:^(NSError *error) { NSLog(@"failed"); }];...

After logout you can try to login again. And in this case you can just tap "Log In" button with any values in fields (even empty). You will be loged...

SDK 6.0 For now we have crash on cancel button from nav bar or cancel in web view EXC_BAC_ACCESS to delegate from Vkontakte.m, if I make it strong - crash...

Hi Will be better to make it like singleton and add one method with block. For example: ``` [[VKAPIClient center] makeRequestWithMethod:@"audio.getById" // api function parameters:[NSMutableDictionary dictionaryWithObjectsAndKeys: @"5340847_43763767", @"aid", @"1495645_973", @"oid",...

When clicked on other links, except login or cancel, in authorization form - controls blocked by activity indicator.

"Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'data parameter is nil'". Check responce for nil before use [NSJSONSerialization JSONObjectWithData:response options:kNilOptions error:&error]; add if (!responce) return; before it

If you logout from authorization (accaunt 1) and then try re-authorization (accaunt2) we enter as accaunt 1.

Is it works fine? Thanks :)

Requere logout in cancel authorizationDidCanceled delegate method. Reproduce: 1) User with old account (use email instead of mobile number ). 2) Captcha show. 3) SHow screen were you should enter...