I have tried using StringByAddingPercent
but get the same results as shown.
Here is the error message I am getting:
I have also tried string by adding percent, but it returns something like %2A
and saves it in an SQL database instead of as Arabic words.
NSString* source = [NSString stringWithFormat:@"http://192.168.227.1/student/Service1.svc/insertTasbeeh/سُبْحَانَ اللّهِ/1000"];
NSURL *url = [NSURL URLWithString:source];