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

What is the minimum deployment target? #19

Open
louisdebaere opened this issue Jul 5, 2021 · 5 comments
Open

What is the minimum deployment target? #19

louisdebaere opened this issue Jul 5, 2021 · 5 comments

Comments

@louisdebaere
Copy link

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?

@mparadina
Copy link
Contributor

Hi @louisdebaere

Yes, you are correct.
The minimal deployment target has been updated to iOS 12 due to some dependencies required from Capacitor.

The minimal deployment target for native BlinkID still remains 9.0.

Let us know if you have any additional questions.

Regards,
Milan

@louisdebaere
Copy link
Author

louisdebaere commented Jul 8, 2021

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 package.json?

@mparadina
Copy link
Contributor

Hi @louisdebaere

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,
Milan

@louisdebaere
Copy link
Author

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.

@mparadina
Copy link
Contributor

Hi @louisdebaere

Unfortunately, we do not plan to support Capacitor 2 with the newer version of the SDK.
The only solution to officially have support for Capacitor 2 is to downgrade to the latest version of the SDK which supports it, which is version 5.11.0.

Let us know if you have any additional questions.

Regards,
Milan

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

2 participants