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

Daily and Schedule Notification Issues #545

Closed
flutter-genius opened this issue Mar 23, 2020 · 8 comments
Closed

Daily and Schedule Notification Issues #545

flutter-genius opened this issue Mar 23, 2020 · 8 comments

Comments

@flutter-genius
Copy link

flutter-genius commented Mar 23, 2020

Hello,Sir. How are you?
I am trying with Daily and Schedule Notification.
I have already implement Normal Notification. It is working well.
But the Daily and Schedule Notification is not working without any issues in android platform.
And I tried your example code. It is great.
Could you help me, please?
Thanks
Capture

@MaikuB
Copy link
Owner

MaikuB commented Mar 23, 2020

@flutter-genius
Copy link
Author

Thank you for your reply.
I followed the instructions in the readme.
So the simple notification is working now.
But Schedule and Daily Notification is not working.
How do you think about it?

@MaikuB
Copy link
Owner

MaikuB commented Mar 23, 2020

I still suspect you haven't actually done so. Please provide a link to a repository that can reproduce this issue

@MaikuB
Copy link
Owner

MaikuB commented Mar 23, 2020

A few things to add

  • I edited my original reply with a link to the relevant section but not sure if you saw that. That is what I often see people missing that is the cause of scheduled notifications not working on Android
  • I'm not sure why you posted your screenshot as it doesn't help show anything that is relevant to what's needed to configure the app to work with the plugin
  • There's an example app in the repository that you can use for reference to see what you've missed

@flutter-genius
Copy link
Author

I checked example app carefully.
I just missed "configureFlutterEngin" function in "app/src/main/java/.../MainActivity.java" and "final MethodChannel platform =
MethodChannel('crossingthestreams.io/resourceResolver');" in main.dart.
So I thought this issue because of missing its.
I think it is not because of its now.
So I am trying copy your example to new flutter project.

@MaikuB
Copy link
Owner

MaikuB commented Mar 23, 2020

Those are not relevant, otherwise they would be mentioned in the readme. I'm concerned you are copying things blindly, it's stated in the example Dart code that simply copying the code won't work either. If anything you should check the manifest file, which is mentioned in the section of the readme i had linked to above

@flutter-genius
Copy link
Author

yeah, I have already checked manifest file and implemented it to new project.
I hope it will be working well.
As soon as finish it, I will message you
Thank you

@flutter-genius
Copy link
Author

It is working well now.
Thank you

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