Composable Multipeer Connectivity #593
Replies: 3 comments 3 replies
-
I've got a similar case for in app purchases. It works well and suits my needs and could definitely be built out with more features. I hope to find the time to start working on that soon. |
Beta Was this translation helpful? Give feedback.
-
WIP: https://github.com/oliverepper/composable-multipeer-connectivity It's not done and it's still rough but it serves as a demo. You can advertise, browse and send and receive an invite. Xcode beta 13.0 ✉️ Received Invitation from <MCPeerID: 0x600000255ab0 DisplayName = mona.local-dev> |
Beta Was this translation helpful? Give feedback.
-
I've implemented composable-P2P which uses the Network framework instead of MultipeerConnectivity, let me know what you think. Had to do some pretty creative stuff to make it work with TCA's composable dependancy pattern 😅 |
Beta Was this translation helpful? Give feedback.
-
Hi all!
I recently integrated the Multipeer Connectivity framework into a TCA app. Is there any broader interest for a library like composable-core-location or composable-core-motion? In that case I'd be happy to put some more work in. What I have now is rather minimal and just serves our own needs.
Beta Was this translation helpful? Give feedback.
All reactions