Closed ckoon-infopro closed 3 months ago
Thanks. I'm on the verge of upgrading this plugin to Capacitor v6. I'm waiting for just a short while to see if the Capacitor team will release some more info about converting to SPM (https://capacitorjs.com/docs/updating/plugins/6-0#add-spm-support)
Thanks. I'm on the verge of upgrading this plugin to Capacitor v6. I'm waiting for just a short while to see if the Capacitor team will release some more info about converting to SPM (https://capacitorjs.com/docs/updating/plugins/6-0#add-spm-support)
According to the blog post, SPM support is experimental, and it is recommended to keep it out of production for now.
I know it says that. But a few things:
That being said. I just released v6.0.5-alpha.0
. So you can try that out already
@tafelnl hello. Could you tell for what this plugin requires permission
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
Can i remove this permission if I do not use write features?
this warning is really annoying
May be it will be good idea to modify this block?
@CapacitorPlugin(
name = "Contacts",
permissions = { @Permission(strings = { Manifest.permission.READ_CONTACTS, Manifest.permission.WRITE_CONTACTS }, alias = "contacts") }
)
@qliqdev
Understandable, please open a new issue with a feature request. Then we can see what we can do
Bump on this one - any view on date?
You should ask the Capacitor team. In the meantime you can try and use v6.0.5-alpha.0
Ah, there's alpha, great! I'll try it out, thanks.
I already tested it with Capacitor 6, doing a forced installation and it works perfectly.
Hey, any updates on when Capacitor 6 will be officially supported by this package? (i.e. post alpha version)
Hi @tafelnl,
I'm on the verge of upgrading this plugin to Capacitor v6. I'm waiting for just a short while to see if the Capacitor team will release some more info about converting to SPM
As far as I know, no further information is coming for the time being. SPM support in Capacitor 6 is currently still experimental, even though it is already used in the official plugins.
It would be great if we could release Capacitor 6 support with the latest tag. If you like, I can create a PR for you.
Any news?
Any updates? (those using this in their apps are getting squeezed by the Google requirement to target Android 14 by the end of 8/2024 which ultimately requires a move to Capacitor 6).
Just published it to npm
Thank you!
Muchas gracias
yesss... perfect! Many thanks!
Capacitor 6.0 has been announced, bringing support for Android 14 and iOS 17. https://ionic.io/blog/announcing-capacitor-6-0
Updating Plugins to 6.0: https://capacitorjs.com/docs/updating/plugins/6-0