ConnectSDK / Connect-SDK-iOS-Core

Core source code for the iOS Connect SDK project, contains no project files
Apache License 2.0
52 stars 88 forks source link

'UIAlertView' is deprecated, use UIAlertController #81

Open zdeneik opened 1 year ago

zdeneik commented 1 year ago

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

LosAnny commented 1 year ago

@zdeneik Did you manage to do it yourself?

zdeneik commented 1 year ago

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