MoralisInterface GetNFTsForContract() on Android Not Working

Hello everyone,

I am trying to fetch my NFTs using :

async void Fun()
{
NftOwnerCollection balance = await MoralisInterface.GetClient().Web3Api.Account.GetNFTsForContract(address.ToLower(), tokenAddress, ChainList.eth);
}

Ref : https://github.com/ethereum-boilerplate/ethereum-unity-boilerplate#getnftsforcontract

The above code is working fine on PC, but not working on Android.

Please help.

maybe you can post in this thread specific to unity boilerplate: Ethereum Unity3D Boilerplate Questions