Search code examples
iossdklive

Live SDK iOS 5.6 version


I checked out the library, I don't see any API to perform "search" on server.

Is the search not supported ?

Can anyone suggest some alternative ?

Library reference is here and it does not mention anything about performing "search" on server. http://msdn.microsoft.com/en-us/library/dn631816.aspx


Solution

  • i solved it by using following path

    NSString* path = [[NSString alloc] initWithFormat:@"me/Skydrive/search?q=%@",searchText];