Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
15 views

microsoft.identitymode.tokens.audienceurivalidationfailedexception was thrown while trying to open One Drive document in WKWebView in iOS app

I am working in iOS app needs to be opened One Drive attachments in WKWebView. Sample One Drive document is https://\*\*\*.sharepoint.com/personal/\*\*\*\*\*\_onmicrosoft_com/\_layouts/15/Doc.aspx?...
Sanjay Borkakoty's user avatar
0 votes
1 answer
382 views

List sites within a SharePoint Site Collection

Is there a way using the Office 365 API for iOS to list the sites created from SharePoint? I've seen that it offers an iOS API for folders and files from SharePoint Online, but I don know if it ...
dorin's user avatar
  • 873
3 votes
1 answer
773 views

Can working WKWebView from share point url?

Version : XCode 6.1 beta Backend : Sharepoint 2013 Example code for doubt below Call to viewDidLoad WKWebViewConfiguration *theConfiguration = [[WKWebViewConfiguration alloc] init]; WKWebView *...
Taj rajan's user avatar
  • 631
1 vote
1 answer
744 views

Objective-C NSUrlConnection : No cookie return

I am working with a NTLM Server authentification (SharePoint), I manage to make a GET request using NSURLConnection and credentials. What I want is to get the session cookies from that request, like ...
Pull's user avatar
  • 2,246
0 votes
1 answer
515 views

Sharepoint silverlightProfileService NTLM authentication from IOS/Objective c

i am attempting to connect to the sharepoint server/_vti_bin/SilverlightProfileService.json/GetUserSLProfileData service to get details about users in the organization. I am sending my request from ...
Lachlan's user avatar
  • 312
6 votes
1 answer
2k views

Sharepoint 365 ACS OAuth in Objective-C: realm error - Help Needed

Okay, so we are building an iPhone app to hit a Sharepoint 2013 site that is hosted on Office 365. If I were building this in C#, which I've already done, I would have the luxury of just using ...
Mike Homol's user avatar
1 vote
1 answer
321 views

Uploading files to Sharepoint 2010 Picture Library

I am creating a iphone app that connects to a sharepoint site to download and upload images. i can download images by using sharepoint's listdata.svc with GET request and querying the site to retrieve ...
John Titor's user avatar
0 votes
1 answer
109 views

SharePoint 2010 REST in iOS returns bad URL

I'm trying to query a Sharepoint List using REST. It works in IE and Chrome but in iOS after sending async request it jumps directly to didFailWithError returning: Error Domain=NSURLErrorDomain Code=-...
DanielR's user avatar
  • 711
0 votes
1 answer
3k views

Uploading a local file with copyIntoItems webservice using objective-C

I've been using CopyIntoItems web service defined in _vti_bin/copy.asmx using Objective-C. Code Sinppet of Objective-C. Also pasting the .Net code which is working fine. Could you let me know what ...
Dantuluri's user avatar
  • 685
4 votes
1 answer
127 views

How to get a list of SharePoint users by pattern name

I'm using SharePoint API to write an iPhone/iPad client. The GetUserCollectionFromSite method returns all the users. I have searched in MSDN specification: http://msdn.microsoft.com/en-us/library/...
Dahiri Farid's user avatar
1 vote
0 answers
455 views

Filter only Document Libraries from the listdata.svc Sharepoint Restful Services

I want to filter only the Document Libraries from the sharepoint 2010 listdata.svc Restful service's response. How can i achieve that? Service URL : http://SITE_URL/_vti_bin/listdata.svc Pls help.
Satheesh's user avatar
  • 11.2k
1 vote
1 answer
566 views

Sharepoint: GetList listName returning all list

My initial soap call is to get all the list: //init the soap call format - this gets us all the list on the mobiledev sharepoint soapFormat = [NSString stringWithFormat:@"<?xml version=\"1.0\" ...
PruitIgoe's user avatar
  • 6,326
0 votes
1 answer
850 views

Objective-C call to GetList webservice on SharePoint 2010 returning no data

Just starting to get my feet wet with Web Services calls to SharePoint(2010) and making calls like GetWebCollection and GetListCollection are working correctly and returning the expected data. Running ...
Graham Wright's user avatar
0 votes
1 answer
1k views

Base64 encode very large files in objective C to upload file in sharepoint

I have a requirement where user can upload files present in app to SharePoint via same app. I tried using http://schemas.microsoft.com/sharepoint/soap/CopyIntoItems method of sharepoint. But it needs ...
krusty's user avatar
  • 51
1 vote
1 answer
619 views

Getting 400 Bad Request while trying to upload contents to sharepoint site using Copy.asmx web service

I am trying to upload content to SharePoint site using its Copy.asmx web service's CopyIntoItems operation from one of my iPhone applications. Here is the sample xml That I am trying to POST. <?...
Sagar S. Kadookkunnan's user avatar

15 30 50 per page