I'm looking for a way to let users share data (word pairs) with other users of the same app. This means that my app should be able to send the data via Bluetooth/airdrop or a similar method to the same app on another device.
I have done some research and encountered a lot of information about sharing data between different apps on the same device and on using a UIActivityViewController to share data in general, but I'm actually looking for a way for the user to click a share button, then popping up a list of nearby devices (like Airdrop devices), have the user select one and then have the app on the other person's device automatically open and display or use the sent data (after accepting the transfer of course).
I'm not quite familiar with iOS and Apple devices in general yet, but I do know that Apple limits things like communication between devices. Is there any way to replicate what I'm trying to achieve here?