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
first i would like to thank you for creating this library, it really saved my life.
Now the issue.. library is using UIAlertView pop-ups, which are deprecated. Swift is not able to compile UIAlertView anymore, and the app is crashing if the code with this pop-up is used.
I found UIAlertView in these files:
AirPlayServiceMirrored.m
ConnectableDevice.m
NetcastTVService.m
WebOSTVService.m
Could you please update these files with -> UIAlertController, which replaces UIAlertView?
I'm trying this by myself, but I'm not sure if i will be able to do that.
Thank you,
Zdeneik
The text was updated successfully, but these errors were encountered:
I didn't, but I will let you know if I do (have been working on different projects since then). Please also let me know if you make any progress with it :)
Good morning,
first i would like to thank you for creating this library, it really saved my life.
Now the issue.. library is using UIAlertView pop-ups, which are deprecated. Swift is not able to compile UIAlertView anymore, and the app is crashing if the code with this pop-up is used.
I found UIAlertView in these files:
Could you please update these files with -> UIAlertController, which replaces UIAlertView?
I'm trying this by myself, but I'm not sure if i will be able to do that.
Thank you,
Zdeneik
The text was updated successfully, but these errors were encountered: