You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have created an application using Xamarin and used a chrome cast in it. Application working fine in Debug mode bug but when await ConnectAsync(selectedcastdevices) call it didn't work in release mode and did not connect to the casting device. I am using the google cast plugin for the chrome cast technique. mac os Catalina 10, iPad 15 version, and vs 2019.
I have done too much research about this issue before posting it here and what I have concluded is 'issue can be of Permission' (debug mode doesn't ask for permission) but in release, it asks and somewhere in this permission section is vulnerable cause it works fine in debug mode as mentioned above
it executed Semaphore.Release() and never come back on release mode and show nothing
In info.plist, NSAppTransportSecurity => NSAllowsArbitraryLoads set to true is already added.
The text was updated successfully, but these errors were encountered:
Hi,
I have created an application using Xamarin and used a chrome cast in it. Application working fine in Debug mode bug but when await ConnectAsync(selectedcastdevices) call it didn't work in release mode and did not connect to the casting device. I am using the google cast plugin for the chrome cast technique. mac os Catalina 10, iPad 15 version, and vs 2019.
I have done too much research about this issue before posting it here and what I have concluded is 'issue can be of Permission' (debug mode doesn't ask for permission) but in release, it asks and somewhere in this permission section is vulnerable cause it works fine in debug mode as mentioned above
it executed Semaphore.Release() and never come back on release mode and show nothing
In info.plist, NSAppTransportSecurity => NSAllowsArbitraryLoads set to true is already added.
The text was updated successfully, but these errors were encountered: