Transfer NSString between two devices via bluetooth in iOS
问题 I want to transfer NSString between two iOS device, via bluetooth. Can anybody please help how to do transfer NSString via bluetooth? I searched for specific answer and for sample code, but couldn't find it. Please guide me. Thanks in Advance.!! 回答1: I'm going to comment more extensively on how you can use MCSession for this sort of simple case since when I was first familiarizing myself with MCSession , I was amazed at how little information was available on how to utilize a simple MCSession