Skip to content

Releases: maxxfrazer/MultipeerHelper

Delegate method references

Choose a tag to compare

@maxxfrazer maxxfrazer released this 10 Feb 07:38
ea73ccd

What's Changed

  • MultipeerHelper in Delegate Params by @maxxfrazer in #13
  • Removed "v" from version tag

Full Changelog: v1.3.1...1.4.0

Delegate Updates

Delegate Updates Pre-release
Pre-release

Choose a tag to compare

@maxxfrazer maxxfrazer released this 20 Jun 10:38

Added MultipeerHelper to delegate methods, SwiftUI reasons

Patch update for iOS 14 compatibility

Choose a tag to compare

@maxxfrazer maxxfrazer released this 16 Sep 08:58
03c2690
  • Make disconnectAll public
  • add static variables so discovery keys will not clash
  • also add platform and version keys by default

iOS 14 Compatibility

Choose a tag to compare

@maxxfrazer maxxfrazer released this 16 Sep 08:48
0f9202e

Fix iOS 14 compatibility, using MultipeerHelperDelegate.checkPeerToken()

Most updates can be found in #9

iOS 14 Compatibility

iOS 14 Compatibility Pre-release
Pre-release

Choose a tag to compare

@maxxfrazer maxxfrazer released this 16 Sep 08:21
0f9202e

See updates in #9

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

checkPeerToken to static

Pre-release

Choose a tag to compare

@maxxfrazer maxxfrazer released this 08 Aug 12:19
  • Make checkPeerToken a static method of MultipeerHelperDelegate

iOS 14 Compatibility

iOS 14 Compatibility Pre-release
Pre-release

Choose a tag to compare

@maxxfrazer maxxfrazer released this 20 Jul 17:06

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

Connected Peers Lookup

Choose a tag to compare

@maxxfrazer maxxfrazer released this 16 Jun 19:59
  • 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

Should Request and Should Accept

Choose a tag to compare

@maxxfrazer maxxfrazer released this 22 Feb 14:53
c8eb265

ShouldRequest and ShouldAccept handlers added.

Added runWithOwnership

Choose a tag to compare

@maxxfrazer maxxfrazer released this 10 Dec 10:12

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