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

Still not working. I'm doing this. #221

Open
xOldeVx opened this issue Aug 20, 2024 · 2 comments
Open

Still not working. I'm doing this. #221

xOldeVx opened this issue Aug 20, 2024 · 2 comments

Comments

@xOldeVx
Copy link

xOldeVx commented Aug 20, 2024

I excepted the await (e.g. await AppSettings.openAppSettings(type: AppSettingsType.notification)) is waiting until the user back to the app, in this way I can check by myself if the user is granted the permission or not, I see a lot of discussion here about this and it's still doesn't work.


      await AppSettings.openAppSettings(type: AppSettingsType.notification);

      print('returned from notification settings');

The sentence is printed as soon as user enters settings menu. Expected it to be printed after he returns to app from settings.

Originally posted by @slice-mohit in #99 (comment)

@TiAmo-cat
Copy link

AppSettings.openAppSettings(type: AppSettingsType.notification); 

can‘’t use it for ios why?

@TiAmo-cat
Copy link

it is just useful in Android

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

2 participants