Hi all,
I'm trying to connect to two beacons, after finding them in "didDiscoverBeacons", and have set the app id & token in my AppDelegate, but it seems as though the connection never "completes" because neither the "ConnectionDidSuceeded" or "ConnectionDidFail" methods are ever invoked. I've got both of the beacons' delegates set to the same view controller. Am I missing something? Is there some way for me to see where the connection attempt is getting "caught up"?
Thanks :)