Releases: maxxfrazer/MultipeerHelper
Releases · maxxfrazer/MultipeerHelper
Delegate method references
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
Added MultipeerHelper to delegate methods, SwiftUI reasons
Patch update for iOS 14 compatibility
- Make disconnectAll public
- add static variables so discovery keys will not clash
- also add platform and version keys by default
iOS 14 Compatibility
Fix iOS 14 compatibility, using MultipeerHelperDelegate.checkPeerToken()
Most updates can be found in #9
iOS 14 Compatibility
See updates in #9
Main update is the use of NetworkCompatibilityToken
for checking compatibility between two devices versions of RealityKit
checkPeerToken to static
- Make checkPeerToken a static method of MultipeerHelperDelegate
iOS 14 Compatibility
This pre-release adds optional checks to see if two RealityKit versions are compatible
Connected Peers Lookup
- 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
ShouldRequest and ShouldAccept handlers added.
Added runWithOwnership
runWithOwnership lets you run a command if you have ownership or once ownership of an entity is obtained