Search found 5 matches
- Tue Apr 14, 2015 3:48 am
- Forum: Airconsole
- Topic: iOS bug: AirconsoleMgr dealloc causes uncaught exception
- Replies: 2
- Views: 31933
Re: iOS bug: AirconsoleMgr dealloc causes uncaught exception
Confirmed: SDK v1.51 does fix this crash.
- Tue Apr 14, 2015 1:38 am
- Forum: Airconsole
- Topic: AirconsoleMgr detects only 1 of 2 Airconsole2's nearby
- Replies: 2
- Views: 30938
Re: AirconsoleMgr detects only 1 of 2 Airconsole2's nearby
Thanks Daniel. I would say the right thing to do is to allow the SDK user (i.e. developers) to decide if they want discovery to stop when any BLE connections are made. In a scenario where there are multiple AirConsole's to choose from, and it is necessary to connect to the AC to talk to the connecte...
- Fri Apr 10, 2015 7:36 am
- Forum: Airconsole
- Topic: AirconsoleMgr detects only 1 of 2 Airconsole2's nearby
- Replies: 2
- Views: 30938
AirconsoleMgr detects only 1 of 2 Airconsole2's nearby
I am using the v1.43 iOS SDK. I have a table view controller setup that instantiates an AirconsoleMgr and scans for devices over Bluetooth LE only. I also have two Airconsole2's online and operating, right next to me. My app can only detect one Airconsole2, not both, and for no apparent reason. The ...
- Wed Apr 08, 2015 7:25 am
- Forum: Airconsole
- Topic: iOS bug: AirconsoleMgr dealloc causes uncaught exception
- Replies: 2
- Views: 31933
iOS bug: AirconsoleMgr dealloc causes uncaught exception
When this line of code is invoked (in my code): self.acManager = nil; the following exception is logged: *** Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer <AirconsoleMgr 0x174265e00> for the key path "UIApplicationDidEnterBackgroundNotification...
- Wed Apr 08, 2015 7:01 am
- Forum: Airconsole
- Topic: AirconsoleMgr cannot scanForDevices twice
- Replies: 2
- Views: 29106
AirconsoleMgr cannot scanForDevices twice
Hi, We're using Airconsole SDK v1.43 for iOS. We have it working pretty well, but have a couple issues/questions. We select an available device (from perhaps many available, each connected to its own Airconsole2) from a table view whose controller instantiates an AirconsoleMgr. When devices are dete...