Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
I want implement a bluetooth communication in my iOS app, only with a specified device, but getting IMEI within a code is no longer available for developers for security reasons. Is there a method to do this task?
Apple does not allow you to identify devices any more. UDID and mac address solutions have all been disallowed since iOS 7. But you can use Multipeer Connectivity framework provides support for discovering services provided by nearby iOS devices using infrastructure Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks .Peer IDs (MCPeerID) uniquely identify an app running on a device to nearby peers.
Thank you Mr Jassim Mukthar for your answer, browsing this option was informative. but I want connect with a microcontroller based electronic device (no OS).
first switch on the bluetooth on your celluar device, and then switch on the bluetooth in another device, then pair both.