Limits of CloudKit Public Database

Hello!

I would like my users to save short videos (under 30seconds 1080p) to the public database for all other users to download and view. Is this possible? Will I run into any storage pricing with Apple if I were to pursue this as my application backend?

I am looking at other methods as well (user sharing from their private database) so I can implement video sharing.

Is this feasible and worth pursuing?

Replies

public asset storage (along with a variety of other capped resources) varies over time based on the number of active users of your app. You can find your current usage and limits in the CloudKit Dashboard > Telemetry > Usage

Here's mine from one of my apps…

@deeje

Thank you for the response, it's been difficult to track an actual source. I know its been asked previously on this forum somewhere!