I am working on the iOS Native app to get attachments from sales.
I want to show sales force in my iPhone app, attachments for special items such as leads, contacts etc. For this, I am using This is my code: My remaining API request I get body response in the following form: You have to request the GET given in the physical field to get the actual binary content Please. race ap and I got the response body. But the feedback body has a URL but I want the attachment body's binary data.
NSString * attachment = [NSString stringWithFormat: @ "Attachment to name, body, content Select type "]; SFRestRequest * Request = [[SFRestAPI Shared Instance] RequestForAquariery: Attachment]; [[SFRSPPI Shared Instance] Send: Request Rep: Self];
No comments:
Post a Comment