MultipeerHelper Versions Save

A light swift wrapper around the iOS MultipeerConnectivity framework. Including an example project using RealityKit's MultipeerConnectivityService.

1.4.0

2 years ago

What's Changed

Full Changelog: https://github.com/maxxfrazer/MultipeerHelper/compare/v1.3.1...1.4.0

v1.4.0-rc1

2 years ago

Added MultipeerHelper to delegate methods, SwiftUI reasons

v1.3.1

3 years ago
  • Make disconnectAll public
  • add static variables so discovery keys will not clash
  • also add platform and version keys by default

v1.3.0

3 years ago

Fix iOS 14 compatibility, using MultipeerHelperDelegate.checkPeerToken()

Most updates can be found in https://github.com/maxxfrazer/MultipeerHelper/pull/9

v1.3.0-rc3

3 years ago

See updates in #9

Main update is the use of NetworkCompatibilityToken for checking compatibility between two devices versions of RealityKit

v1.3.0-rc2

3 years ago
  • Make checkPeerToken a static method of MultipeerHelperDelegate

v1.3.0-rc1

3 years ago

This pre-release adds optional checks to see if two RealityKit versions are compatible

v1.2.0

3 years ago
  • Expanded compatible platforms to macOS and tvOS
  • Added functions for sending to a specific peer by displayname
  • Added a cache of all connected peers
  • Added docs to public functions

v1.1.3

4 years ago

ShouldRequest and ShouldAccept handlers added.

v1.1.2

4 years ago

runWithOwnership lets you run a command if you have ownership or once ownership of an entity is obtained