Edit: As per the answer below, the answer is YES, it can
I tried looking through the docs but didn't find any reference to this
I tried building but there always is an error whenever the return value or a param in a native interface is NSData (byte[])
Is it not supported? Thx
For example, the following interfaces blow:
- (NSData*)someMethod{
}
- (void)someMethod:(NSData*)param{
}
The server error file never mentions any specific error when an error occurs in a native interface class so I am asking here for clarity/reference