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

release: 8.9.0 #277

Merged
merged 2 commits into from
Sep 23, 2024
Merged

release: 8.9.0 #277

merged 2 commits into from
Sep 23, 2024

Conversation

Dev-hwang
Copy link
Owner

8.9.0

  • [CHANGE] Ignore autoRunOnBoot option when service is stopped by developer
  • [CHANGE] Ignore autoRunOnBoot option when android:stopWithTask is set to true
  • [FEAT] Add TaskStarter to check who started the task #276
    • Add starter parameter to onStart callback of TaskHandler
    • .developer: The task has been started by the developer (startService, restartService, updateService)
    • .system: The task has been started by the system (reboot, app-updates, AlarmManager-restart)
  • [FEAT-iOS] Allow background app refresh
    • Bump iOS minimumVersion to 13.0
    • You need to add BGTaskSchedulerPermittedIdentifiers key in ios/Runner/info.plist file
    • Check Getting started-iOS for more details

@Dev-hwang Dev-hwang merged commit ad56272 into master Sep 23, 2024
3 checks passed
@Dev-hwang Dev-hwang deleted the dev branch September 23, 2024 04:14
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.

1 participant