Quote:
Originally Posted by wuf810
There is no such thing as "base64Encoding". Why do you need this anyway - not sure what you are trying to do here? The string creation will work without it.
|
Ummm....i may be mistaken, but I saw it somewhere and seems to work perfectly. Here is authString with it: YXBjOmFwYw== and authString without it: <6170633a 617063>
Those are the values printed to the console by NSLog(@"%@",authString)
I am using it within an web service application that i am writing to put base 64 encoded strings into a request.