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

iOS: Remove the Dynamic Island location icon for related iPhone models? #1403

Open
scl1999 opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@scl1999
Copy link

scl1999 commented Jan 8, 2025

Your Environment

  • Plugin version: 4.16.6
  • Platform: iOS
  • OS version: 18.1.1
  • Device manufacturer / model: Apple iPhone 14 Pro
  • Flutter info (flutter doctor):
  • Plugin config:
    await bg.BackgroundGeolocation.ready(bg.Config(
      desiredAccuracy: bg.Config.DESIRED_ACCURACY_HIGH,
      distanceFilter: 200, // Minimum distance in meters
      stopOnTerminate: false, // Continue tracking after app termination
      startOnBoot: true, // Start tracking on device boot
      enableHeadless: true, // Enable headless mode
      allowIdenticalLocations: false, // Prevent duplicate locations
      useSignificantChangesOnly: false, // Use standard location tracking
      heartbeatInterval: 60, // Seconds between heartbeats
      debug: false, // Set to true for debugging
      logLevel: bg.Config.LOG_LEVEL_OFF, // Adjust log level as needed
      // Additional configurations can be added here
    ));

Expected Behavior

Actual Behavior

Steps to Reproduce

Context

Is there a way to prevent the location icon/symbol/notification from appearing on an iPhone's Dynamic Island? The status bar location icon is understandable, however the Dynamic Island icon is distracting for users when the app is not running in the foreground.

Debug logs

Logs
PASTE_YOUR_LOGS_HERE
@scl1999 scl1999 changed the title Remove the Dynamic Island location icon for related iPhone models? iOS: Remove the Dynamic Island location icon for related iPhone models? Jan 8, 2025
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

No branches or pull requests

1 participant