In Unity, the issue arises when a smart contract is called while the build is in IL2CPP backend. I’ve been testing with Mono backend for quite a while and everything has been running smoothly. But for the purpose of publishing, I switched over to IL2CPP and since then this error occurs when I call smart contract in Android or iOS device.
Call to failed due to: Error creating ‘Nethereum.JsonRpc.Client.RpcMessages.RpcParametersJsonConverter’
I would like to know what could be the issue behind this?
I tried turning stripping off and adding the library causing issue in link.xml but to no avail.
Looking forward to what could be the reason for this.
Regardsa,
Sameer Hassan