Export data from CloudKit

I interact with the Cloudkit panel and view the data collected by my application.

How can I export all the data from the dashboard (data-> csv or json) so that I can do some analytics?

Thanks!

+7
source share
1 answer

I do not think that Apple will ever provide an export function. The system is capable of collecting more than 40 events per second. This can be a very large amount of data. Instead, it is possible to query the system through the API, so you can create an external website to query your results and possibly export your data from there.

0
source

All Articles