Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(iOS): Fixing task repeat mechanism for iOS #108

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

NextNebula
Copy link
Contributor

I was trying to get a repeating iOS background task working, but could not get it working. I only get background task on iOS working once. Took a look at the code and it seems a repeat mechanism for iOS has not been implemented. This change takes care to reschedule a task after it ran and is configured to repeat.

Copy link

changeset-bot bot commented Oct 6, 2024

🦋 Changeset detected

Latest commit: 1b5c8b7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@capacitor/background-runner Minor
example-app Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@theproducer theproducer changed the title Add repeat mechanism for iOS fix(iOS): Fixing task repeat mechanism for iOS Oct 7, 2024
@theproducer theproducer self-requested a review October 7, 2024 19:53
@theproducer theproducer merged commit 4957271 into ionic-team:main Oct 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants