Search Unity

Azure Table package not working under il2CPP and ARM64

Discussion in 'Android' started by daiyukun2013, Jun 13, 2021.

  1. daiyukun2013

    daiyukun2013

    Joined:
    Mar 19, 2021
    Posts:
    3
    I plan to integrate azure cosmos table to my app and save some data to azure in real time.
    I install Nuget azure table package
    https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table

    And I write codes to implement the azure table.
    Everything works perfect under Unity Editor, I can save data and check it on azure.
    On mobile device, under compliation mode mono+armv7 it also works, and I can check the data on azure portal.
    However once I change to il2CPP + ARM64, the azure table api fails to connect with azure cloud and always return null reference(connection failed). Does anyone has test the azure table package for Android+il2cpp+unity?