Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 2 replies, 0 views
Replied In
App Clips & Multipeer Connectivity
Thank you Quinn for your high quality response, as usual! 🙌
I've now replaced my Multipeer Connectivity-based multi-device communication layer with a solution that leverages CoreBluetooth, which is supported in App Clips, and all is well so far.
For those who stumble onto this thread at a later time, just a note that there are still certain limitations to the use of bluetooth in App Clips (https://developer.apple.com/documentation/app_clips/choosing_the_right_functionality_for_your_app_clip):
... For example, App Clips can’t make use of the following functionality:
...
The ability to maintain Bluetooth connections while the App Clip is not in use
But this is acceptable for my use case.
Also, if you need help getting started using CoreBluetooth, I can recommend the following library: https://github.com/rhummelmose/BluetoothKit