Thank you! I was able to implement NSBackgroundActivityScheduler class and it is doing what I need.
Post
Replies
Boosts
Views
Activity
Thank you for your response.
This is entirely internal to the app. I am using SwiftData as the source. I will have a function that will get the expiring event and generate new entries, extending 3 months each time until cancelled. I need to run that function daily. Thanks.