-
Notifications
You must be signed in to change notification settings - Fork 45
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 for iOS #74
Comments
Hello, is there any solution for this error: MissingPluginException(No implementation found for method startMonitoring in channel beacons_plugin). ? |
I have the same problem.
|
I have same problem |
I have found solution to fix on iOS |
Hi, I have the same problem, can you explain your solution better, I would be very grateful? |
For this one, you need to use method addRegion to register the beacon first before you want to trigger listening from it. |
so you're telling me that just move the statement BeaconsPlugin.listenToBeacons(beaconEventsController); |
can you paste your working code? |
This is my code
|
I modified my initPlatformState code like yours but I still get the same error:
What am I doing wrong? Maybe the way of calling functions in the initPlatformState? Where do you call your method? Can you paste me the complete code of your class? |
I call it when press button scan in the view.
|
Hi, when I try to start the service with "BeaconsPlugin.startMonitoring()" the following exception is thrown:
MissingPluginException(No implementation found for method startMonitoring on channel beacons_plugin).
This is blocking for using the plugin on iOS devices.
The text was updated successfully, but these errors were encountered: