Linked Questions

0 votes
1 answer
578 views

In my project I am working on it since last 6 months , i was using #define to define all URL in a FileManager class.but Now I came to know that I have to use two different URL depend on condition so ...
Ali's user avatar
  • 11.7k
1 vote
1 answer
858 views

In my project, I need to send email to the client but I am facing with assertion failure invalid parameters. I have checked all solutions but it's not working out. -(void)EmailWebservice { [...
Arun's user avatar
  • 644
1 vote
1 answer
325 views

Is there a simple way to escape a NSString so I can use it in a HTTP POST request? I've tried stringByAddingPercentEscapesUsingEncoding, but the following: [@"~!@#$%^&*()-+\"'" ...
houbysoft's user avatar
  • 33.6k
0 votes
1 answer
182 views

I have list of users in the _users DB in Cloudant. When I try to authenticate by cookie authentication sending a POST request to the /_session API end point as below: NSString *urlString = @"https://...
user3816512's user avatar
0 votes
0 answers
167 views

I have a NSDictionary parameters written like this : { "aKey" : [ { "associated_values" : [ 42, 43, ], "internal_id" : 3 } ], "another_Key" : false } ...
Pierre's user avatar
  • 11.8k
0 votes
2 answers
133 views

In my application I need to build an url like : https://www.thefootballapi/football/league1/player/stats In order to be able to build the url, I need to access the objects in an NSDictionary, since ...
user avatar

15 30 50 per page
1
2