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

Looks like this plugin is not working on iOS #14

Closed cchamm closed 2 years ago

cchamm commented 2 years ago

I tried to run the example in simulator, but looks like it only redirect to Settings page.

Device: iPhone 12 Pro (iOS 14.5) Simulator.

Ilyes-Yhy commented 2 years ago

I'm facing the same issue on a real IOS device [iPhone 11 with IOS 14.7.1]

On iOS, this plugin will always open the app settings page, if any settings have been defined via a SettingsBundle. If not, the settings app will open with the home page. Unfortunately, this is the only way that complies with Apple's guidelines for the App Store. (c.f. ReadMe.md)

fweinaug commented 2 years ago

unfortunately there is no better solution as mentioned in the snippet from the readme that @Ilyes-Yhy posted

shahmirzali49 commented 1 year ago

@fweinaug how can we define SettingsBundle ?