NSData to monkey?
Monkey Targets Forums/iOS/NSData to monkey?
| ||
Just wondering how I could get NSData into monkey? I have followed the iOS integration tutorial by Rob Pearmain and that is all working correctly but I did wonder how I could convert a return type of NSData to work with monkey? Theres a few things I would like to wrap for an idea I've had but unsure how to go about it. |
| ||
What is the data type? you may have to convert it in Xcode to string or int etc before returning it... |
| ||
yeah I started to realise that when I was searching google last night. The code I want to wrap is the Crypto framework for AES encoding and decoding. I have found a fairly good tutorial on it: http://robnapier.net/blog/aes-commoncrypto-564 |