Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'UIAlertView' is deprecated, use UIAlertController #81

Open
zdeneik opened this issue Jan 31, 2023 · 3 comments
Open

'UIAlertView' is deprecated, use UIAlertController #81

zdeneik opened this issue Jan 31, 2023 · 3 comments

Comments

@zdeneik
Copy link

zdeneik commented Jan 31, 2023

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:

  • 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

@LosAnny
Copy link

LosAnny commented Apr 8, 2023

@zdeneik Did you manage to do it yourself?

@zdeneik
Copy link
Author

zdeneik commented Jul 16, 2023

@zdeneik Did you manage to do it yourself?

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 :)

@InterPredatorr
Copy link

Any news, from this crash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants