Hi i am new to kakao.
Using IOS 9 and xcode 7.1 version.
while integrating with my own app key got the issue. where as same code works with sample ios app code.
Error on calling :-
[KOSessionTask friendsWithContext:_friendContext completionHandler:^(NSArray *friends, NSError *error)
Where friend context is for registered User as :-
_friendContext = [KOFriendContext contextWithServiceType:KOFriendServiceTypeTalk filterType:KOFriendFilterTypeRegistered limit:100];
Error :-
friends error = Error Domain=KOErrorDomain Code=-5 “permission denied” UserInfo={NSLocalizedDescription=permission denied}
Info :-
Login is happening successfully.
Please help