ouya-csharp
ouya-csharp copied to clipboard
C# bindings for the OUYA Development Kit
Results
1
ouya-csharp issues
Sort by
recently updated
recently updated
newest added
This causes a NoSuchMethodError at runtime: ``` var helper = new OuyaEncryptionHelper(); helper.DecryptReceiptResponse(jsonObject, publicKey); ``` The reason seems to be a signature mismatch: OuyaEncryptionHelper.DecryptReceiptResponse is defined with the first parameter...