Regular non-low energy bluetooth for IOS
        Posted  
        
            by 
                user3712524
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user3712524
        
        
        
        Published on 2014-06-10T15:22:07Z
        Indexed on 
            2014/06/10
            15:24 UTC
        
        
        Read the original article
        Hit count: 277
        
Ok, so I can't get my app to connect with a peripheral using bluetooth low-energy(my app is installed on an iPhone 5s and I have LightBlue installed on an iPhone 4S, simulating a peripheral. I also have light blue installed on the 5s, simulating a central, to verify that the two can connect and they do.) I have verified that the centralManager is instantiating and the State is powered on. So, my question is, is regular bluetooth still a viable option? Can I just use the GameKit API and go that route?
Thanks in advance!
© Stack Overflow or respective owner