Health data like daily grams of protein in Core Data CloudKit container?

Hi,

I wrote an app that helps me count how many grams of protein I eat each day. I'm the only user now, and the app uses Core Data and the CloudKit container, to sync data across my devices.

I was thinking about releasing it in App Store, and I noticed this in the app review guidelines: may not store personal health information in iCloud.

Does that mean we cannot use Core Data with NSPersistentCloudKitContainer for an app like this?

Thanks.


Health data like daily grams of protein in Core Data CloudKit container?
 
 
Q