-
Notifications
You must be signed in to change notification settings - Fork 3
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
What is the minimum deployment target? #19
Comments
Yes, you are correct. The minimal deployment target for native BlinkID still remains 9.0. Let us know if you have any additional questions. Regards, |
Our minimum deployment target is iOS 11 so we're unable to update to this version, and we also noticed the plugin now requires Capacitor 3 which we don't support yet. It contains a breaking change in the native iOS code. Could you revert this and add back compatibility with version 2.4 of Capacitor, as advertised in the |
Just to double-check, from the comment you've made here, you were able to make a workaround and fix the issue on your side? Regards, |
It's not an acceptable workaround, we forked this repo made and changes to the plugin implementation as a temporary fix. To support upgrades in the long term, we would require official support for Capacitor 2 and a correct list of dependencies in the package.json. |
Unfortunately, we do not plan to support Capacitor 2 with the newer version of the SDK. Let us know if you have any additional questions. Regards, |
The minimum deployment target for iOS was recently changed to iOS 12 in the
.podspec
file, does that actually mean that plugin no longer supports iOS 11 projects?The version in the native iOS pod says iOS 9, is that the correct indicator?
The text was updated successfully, but these errors were encountered: