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

Closed
scl1999 opened this issue Jan 8, 2025 · 2 comments
Closed
Labels

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
Copy link

github-actions bot commented Feb 8, 2025

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 8, 2025
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant