apache / cordova-plugin-dialogs

Apache Cordova Dialogs Plugin
https://cordova.apache.org/
Apache License 2.0
290 stars 354 forks source link

UIAlertView is deprecated #151

Closed pierrot10 closed 3 years ago

pierrot10 commented 3 years ago

UIAlertView' is deprecated

Problem

UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

What does actually happen?

I recently installed Cordova 10 I am building a Android and IOS App with Cordova. From Xcode, when I run my App I have several warning UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

As I am novice, it's a bit hrad for me to adapt the plugin. There is a updated version or someone could help me solve it? I am only using the plugin for the bip method. May be there is another way to bip the smartphone?

Thank for the support

Environment, Platform, Device

jQuery, Cordova 10, Xcode 12, OSX10.15

timbru31 commented 3 years ago

Duplicate of #119 - the master is already updated but a release is pending. No ETA though when we make one.

mathiasselleslach commented 3 years ago

@timbru31 , as #119 is already 3 years old by now, is there any reason there is no release yet? Could you provide some details on how to move forward until then?