I need to translate into Objective-C the following code I received from another developer:
$signature = rawurlencode(base64_encode(hash_hmac('sha256',
$toSign, $sasKeyValue, TRUE)));
I would be tremendously grateful for some help on how to do that. I confess I am somewhat lost on this one...