britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
306 stars 78 forks source link

OpenURL warning #42

Open basnetjiten opened 3 years ago

basnetjiten commented 3 years ago

I am getting this warning in Xcode :'openURL:' is deprecated: first deprecated in iOS 10.0

britannio commented 3 years ago

@basnetjiten Which version of Xcode are you using?

DFelten commented 2 years ago

Same here. Xcode 12.5.1.

pratikbaid3 commented 2 years ago

I am getting the same error in_app_review-2.0.3/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS10.0 [-Wdeprecated-declarations][app openURL:url];

Eventpicker commented 2 years ago

I am getting the same <USER>/.pub-cache/hosted/pub.dartlang.org/in_app_review-2.0.4/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations] [app openURL:url]; ^~~~~~~ openURL:options:completionHandler:

temirlanalmassov commented 1 year ago

Why it's Closed?

temirlanalmassov commented 1 year ago

I am getting same error

.pub-cache/hosted/pub.dartlang.org/in_app_review-2.0.6/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            [app openURL:url];
bholendraofficial commented 1 year ago

in_app_review-2.0.6/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]

cpuell commented 1 year ago

Getting same warning. It should be updated.

image
britannio commented 1 year ago

Getting same warning. It should be updated.

image

Flutter's minimum iOS version is iOS 11 so this can be removed. https://britann.io/4fEM8a

AmandaCleto commented 1 year ago

I'm also getting the same error here: InAppReviewPlugin.m:91:14: 'openURL:' is deprecated: first deprecated in iOS 10.0