fweinaug / system_settings

Flutter plugin to open system settings on iOS and Android
https://pub.dev/packages/system_settings
MIT License
11 stars 66 forks source link

Opening settings doesnt route to the wanted settings #8

Open gutisalex opened 3 years ago

gutisalex commented 3 years ago

Hi,

I have implemented this package into my app and there is an issue on iOS (14.4). When I click on a button which is supposed to load SystemSettings.wireless() I get into the settings of my app. I tested it on another iPhone and it works.

Another weird behavior I have, when opening specific settings on iOS it will always go to general settings. But have I been to my settings before and leave it without closing, opening the app tap the button again the settings will open where I left them, meaning if I navigated into language settings, go straight to my app, open wifi settings I will end up back in language settings.

The second issue is probably due to the fact that Apple decided to only allow going into the settings in general but not to specific pages anymore. Thats not too bad, what is not so good is the first case. I want to lead the user to his wifi settings and made a screen with a little 'howto connect to a wifi' with the button (its meant for elder people). But when the user ends up in the appsettings, its rather confusing for the him then it would help I think...

What I figured out as well is that this only happens when the App shows up in General settings which only happens when providing any permissions to the app, maybe that helps in investigating the issue?!