phawind111 / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

[iOS] I don't see menu of "connect to nearby device. #718

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have presented controller (For example with list of chrome cast devices)
2. User tap on Nearby device.
3. Create GCKDeviceManager with Nearby device. 
4. Call connect for deviceManager. ([self.deviceManager connect];)

What is the expected output? What do you see instead?
I don't see menu of "connect to nearby device". Because of GC SDK adds menu on 
UIApplication -> sharedApplication -> keyWindow -> rootViewController -> view. 
But if I have presented controller, I can't see menu because of view is hidden.

What version of the product are you using? On what operating system?
GoogleCast Framework v2.10.1
Build 4691, generated on 2015-12-01 11:44.

Please provide any additional information below.
I think you need for example add delegate method to provide parent 
UIViewController for menu.
Or you can use another solution.

Original issue reported on code.google.com by zixz...@gmail.com on 19 Dec 2015 at 3:22

GoogleCodeExporter commented 8 years ago
I saw same things.

Original comment by KarsekaAM on 21 Dec 2015 at 7:12

GoogleCodeExporter commented 8 years ago
We're looking into it.

Original comment by na...@google.com on 22 Dec 2015 at 11:22

GoogleCodeExporter commented 8 years ago
Could you please share the sample code as well as a screenshot of the UI that  
demonstrates this issue? 

Original comment by na...@google.com on 4 Jan 2016 at 8:32