Hello, I build my app on Unity 2021 using the service Unity Cloud Build. I enabled iCloud key-value storage and it correctly show up in the entitlement file.
Whenever I try to make a cloud save, Unity Logs says that the process was successful but it didn't save anything on the cloud.
I had a look to the logs on my device and I found this strange error:
cloudd(CloudKitDaemon)[804] <Error>: Identity set <private> was expected to have a current key set <private>. Error Domain=securityd Code=-25300 UserInfo={NSLocalizedDescription=<private>}
cloudd(CloudKitDaemon)[804] <Error>: Identity set <private> does not have a current key set. Not using it.
cloudd(CloudKitDaemon)[804] <Error>: Didn't get a service identity from the PCS framework
I searched online but I couldn't find anything informative. Any suggestions?