Posts

Post marked as solved
2 Replies
0 Views
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