CloudKit delete records at specific date time [on hold]
up vote
1
down vote
favorite
I want to delete a record in a shared cloud container at a specific date time. When the record is created I know when it should be deleted.
Is there a way to create a trigger that will handle the work for me?
The only solution I came up with is:
- Add code to the app that will delete the records
- Use a server application to query and delete the records
The first solution is not preferred since it won't work if the user does not start the app. The second solution seems to be "overkill".
Is there a way to register a trigger on the CloudKit dashboard?
ios swift xcode cloudkit cloudkit-environments
put on hold as off-topic by El Tomato, greg-449, TDG, tk421, ochi 8 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – TDG, tk421
add a comment |
up vote
1
down vote
favorite
I want to delete a record in a shared cloud container at a specific date time. When the record is created I know when it should be deleted.
Is there a way to create a trigger that will handle the work for me?
The only solution I came up with is:
- Add code to the app that will delete the records
- Use a server application to query and delete the records
The first solution is not preferred since it won't work if the user does not start the app. The second solution seems to be "overkill".
Is there a way to register a trigger on the CloudKit dashboard?
ios swift xcode cloudkit cloudkit-environments
put on hold as off-topic by El Tomato, greg-449, TDG, tk421, ochi 8 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – TDG, tk421
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to delete a record in a shared cloud container at a specific date time. When the record is created I know when it should be deleted.
Is there a way to create a trigger that will handle the work for me?
The only solution I came up with is:
- Add code to the app that will delete the records
- Use a server application to query and delete the records
The first solution is not preferred since it won't work if the user does not start the app. The second solution seems to be "overkill".
Is there a way to register a trigger on the CloudKit dashboard?
ios swift xcode cloudkit cloudkit-environments
I want to delete a record in a shared cloud container at a specific date time. When the record is created I know when it should be deleted.
Is there a way to create a trigger that will handle the work for me?
The only solution I came up with is:
- Add code to the app that will delete the records
- Use a server application to query and delete the records
The first solution is not preferred since it won't work if the user does not start the app. The second solution seems to be "overkill".
Is there a way to register a trigger on the CloudKit dashboard?
ios swift xcode cloudkit cloudkit-environments
ios swift xcode cloudkit cloudkit-environments
asked 19 hours ago
Maik639
9801334
9801334
put on hold as off-topic by El Tomato, greg-449, TDG, tk421, ochi 8 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – TDG, tk421
put on hold as off-topic by El Tomato, greg-449, TDG, tk421, ochi 8 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – TDG, tk421
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes