yanncabral / open_settings_plus

The most complete flutter plugin packages for open various settings screen in Android and newer iOS.
MIT License
18 stars 13 forks source link

Trying to open WiFi settings in iOS 18 opens the general settings page instead #23

Open adamk22 opened 1 month ago

adamk22 commented 1 month ago

Seems this plugin is having issues with iOS 18 (possibly related #20 and #21 ) since calling the WiFi method does not open the wifi settings but opens up the general settings page instead.

PBomermustekiin commented 1 month ago

yes same thing happening for "photos and camera" method. We are waiting an update...

EnzoPortela commented 1 month ago

Same here

yanncabral commented 1 month ago

Hello! I'm glad to hear that the library is helping you.

This is a common issue, as the path string used to open a specific page may change across different iOS versions. Simply updating the string to match the new pattern would cause it to stop working on older versions, and vice versa.

To definitively resolve this, we need to map the paths for various iOS (and also Android) versions and use the correct path based on the detected version. I'm currently working on this and it will be addressed soon.

The library already supports opening customizable paths, so it's possible to implement this check directly within your application. I'm developing a solution that covers all relevant versions, but I need to complete another task I'm currently handling first.

If you'd like, feel free to open a pull request if you can't wait a bit. Either way, an update will be released within a few days.

Thank you for your understanding and support!

PBomermustekiin commented 4 weeks ago

Hello! Do you have any updates? We are eagerly waiting together and excited.

PBomermustekiin commented 3 days ago

@yanncabral Hi, the issue in iOS 18 still continue after your new update.