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

Fixed found devices sometimes never appearing on the Dart side under iOS #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TuongNM
Copy link

@TuongNM TuongNM commented Jan 4, 2024

Hi,

when we added another plugin into our project (https://github.com/itsMatoosh/geofencing-awesome) the nearby service stopped working under iOS. We are not sure what the exact issue is but the List of found devices never seemed to get sent to the Dart side.

What we did notice was that whenever a peer was lost on iOS the List of devices was suddenly updated. Therefore, we added the deviceDidChangeState Notification that is also posted when the device disconnects when a peer is lost.

We didn't know what else to do and also didn't really understand the issue with the 2 plugins running in parallel but this fixed the issue for us.

TuongNM and others added 3 commits January 3, 2024 16:58
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

Successfully merging this pull request may close these issues.

2 participants