Unity-Technologies / HuaweiServiceSample

Public repository for HUAWEI HMS & AGC Unity SDK
43 stars 19 forks source link

Saved Game Malfunction #18

Closed jordanrsas closed 3 years ago

jordanrsas commented 3 years ago

When I try to use the Saved Games functions shows me 7013 error, event after do the Login and silentSignIn.

I try to do the functionality even in the Demo Project but I have same error.

CoffeyMiao commented 3 years ago

Hi @jordanrsas, please confirm that you have opened Account Kit, Drive Kit and Game Service under AppGallery Connect console> your Project> Project settings> Manage APIs, If it is already open, please close and then open the switch.

To use the saved game function, you need to obtain the DRIVE_APP_DATA permission scope before logging in, you can refer to the GrantDriveAccess() method in the demo.

jordanrsas commented 3 years ago

perfect, thank you very much