Similar to this post: Is privately-stored data in CloudKit stored on the user's iCloud account?.
I was wondering if there is a way to bi-pass this, so that individuals iCloud accounts aren't being charged?..
My team is in the process of designing an MVP iOS SaaS app. We are planning to charge businesses for the data (photos and videos) users are storing on their phones. We are thinking of tracking this via the businesses url, similar to slack's workspace url. And are not sure if CloudKit is the right fit for this use case.
We are want to see if anyone had any recommendations on backend/cloud services to start out with that also won't been a major pain scaling from in the future.
CloudKit seems to have a lot of added native value, I can just see it potentially hindering the business model in the future for being able to charge businesses data amounts per a "workspace".
Is there a workaround for CloudKit storing its private database on the user's iCloud account?
Or would you recommend a different cloud service/backend all together (such as EC2, PostgreSQL, Firebase, Firestore, GCP..)?
Thanks, Zack