MultiPeer
MultiPeer copied to clipboard
📱📲 A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices
Any solution for this?I tried with the sample project,app still crashed.
Author, please, add information to README, see the link below https://developer.apple.com/forums/thread/659563 This answer helps me
Getting these alert warnings when I compile, thought they might want to be addressed/updated: Line 159: `'archivedData(withRootObject:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead` line 174: `'archivedData(withRootObject:)' was deprecated...
Hi @dingwilson, I like your wrapper for MultiPeer and I was thinking what if we store a particular peerID when it is nearby (for instance in userDefaults) and when they...
Could you please add a browser view controller so that I can create a subview for connection monitoring.
Add shouldInvitePeerDidFound delegate and expose invite peer method to make developer invite peer manually. If there is no delegate, then auto invite peer and [reconnect issue](https://stackoverflow.com/questions/19469984/reconnecting-to-disconnected-peers) is possible to be...
it will be work on background after connecting the device ,or notify the nearest device in sleep state.
I have a very janky implementation of MultiPeer myself and this works fine on iOS17, but I wanted to use a more tidy solution and came across your library. Sadly,...