0

I have been searching around and cannot seem to find anything. I have found information about detecting a wifi hotspot strength but not multipeer.

I am looking to get a value for the connection strength of peers in a multipeer network is this possible in ios and android?

ketaki Damale
  • 634
  • 7
  • 25

1 Answers1

0

This isn't possible with the Multipeer Connectivity Framework, but what you could do is implement your own method of determining a device's signal strength as in this SO question, and then pass that signal strength value to peers in your MCNearbyServiceAdvertiser's discoveryInfo

Community
  • 1
  • 1
ChrisH
  • 4,468
  • 2
  • 33
  • 42