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

MissingPluginException (MissingPluginException(No implementation found for method set_notification_title on channel almoullim.com/background_location)) #53

Closed
smobiledev opened this issue Nov 3, 2020 · 3 comments

Comments

@smobiledev
Copy link

Versions using:
background_location: ^0.2.1+1
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.22.2, on Microsoft Windows [Version 10.0.17134.1304], locale en-US)

Am able to run the example provided with plugin source code from github and whenever am trying to integrate this plugin into my app and am getting MissingPluginException as mentioned above.

Did I miss anything (I followed the steps provided in Readme section) , Can anyone please check whether its working or am the only one getting the issue?

@Almoullim
Copy link
Owner

Almoullim commented Nov 8, 2020

are you only getting this in iOS? if yes then can you try not using BackgroundLocation.setNotificationTitle("Test Title") in iOS, because its for android only. Let me know how it goes.


I've released an update that checks for this. Please update or add the check yourself to see if you still have the issue.

@smobiledev
Copy link
Author

I am getting the exception in android itself and if I comment or didn't use setNotificationTitle method, am getting similar exception for startLocationService method.

Let me check this with updated plug in and let you know.

@Almoullim
Copy link
Owner

Since there's no reply, I'll assume you no longer have this issue.

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