Sean
Sean

Reputation: 1045

CloudKit Asset Download failing over cellular data

I'm using a public database in CloudKit for users to download assets, so in theory the user doesn't even need to log into iCloud. I noticed a user getting Network Unavailable errors (CKError 4) almost instantly when attempting to download from LTE/4G.

Edit: Noticed this is happening over LTE/4G only when there is no iCloud account on the device. However, this works on the same device without an iCloud account on Wifi.

Upvotes: 0

Views: 235

Answers (1)

farktronix
farktronix

Reputation: 3950

A user's iCloud storage won't affect their access to the public database.

This sounds like an issue with the user's cellular connection. Their service provider might be throttling them or there may be an issue with the cell towers in the area.

Upvotes: 1

Related Questions