-
Notifications
You must be signed in to change notification settings - Fork 220
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
iOS callback not working #68
Comments
same problem here. |
oh... i got it. How to test:
version: geofencing-0.1.0 |
The comment above is about running example and the different geofencing behavior in iOS & Android. I still encounter problem how to install geofencing plugin in my ios flutter. This is how i solve: AppDelegate - |
example android working well. But have problem install android.. The Readme about how to install geofencing plugin in android mislead me. At first, i try to create Application.kt. but encounter same problem here: pluginregistry-cannot-be-converted-to-flutterengine and i find that geofencing plugin doesn't follow the new flutter plugin style plugin-api-migration. This is what i did: add broadcasReceiver & GeofencingService: encounter a problem: fix it by modify geofencing dependency : origin: after: success |
@jackmew having a similar issue on android regarding the plugin registry flutter engine conflict. What exactly was your fix? did you add anything to the UPDATE: nvm this did it for me. |
In iOS callback method is not working so unable to send data to IsolateNameServer port and retrieve data
The text was updated successfully, but these errors were encountered: