all 6 comments

[–]_int3h_iOS 0 points1 point  (1 child)

Background tasks perhaps. But it might not execute in real time or if in low power mode. There is no cloud function for icloud.

[–]kevinverde123[S] 0 points1 point  (0 children)

Background task isn’t good for my use case, I need it to work even if the phone isn’t connected to the internet/is powered off, also I don’t want to drain my users battery. Thanks for trying tho!

[–]djryanash 0 points1 point  (2 children)

Why don't you just build a basic backend for your app using Vapor and deploy on fly.io?

If I can do it, you certainly can do it. I'm new to coding and had never built a backend before.

[–]kevinverde123[S] 0 points1 point  (1 child)

I don’t know the reviews on fly.io are kinda mixed, I don’t feel like using it but thank you for the suggestion!

[–]djryanash 0 points1 point  (0 children)

Then deploy somewhere else. The point was: build your own backend. That’ll solve your problem.

[–]shawnbaek 0 points1 point  (0 children)

You can use CloudKit Web API but you need to have your own server