-
Notifications
You must be signed in to change notification settings - Fork 175
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
Configured contacts account in iOS not available for selection as default. All other accounts can be selected. Sync works. #1870
Comments
I had some issues there, too. Removing and adding it multiple times (without changing anything besides the name) solved it for me. I blamed Apple for it, but maybe worth an investigation. |
Nah, apple is a nightmare for this, this is a known iOS issue iirc. |
Can't you redirect wrong path to good path? It could at least be possible to do in .htaccess. Instruction at https://docs.nextcloud.com/server/19/user_manual/pim/sync_ios.html causes iOS Contacts app to figure out wrong paths. |
Same issue here. |
Solved it for me, too. Thank you very much! Is there a bug reported on this? |
Is there some progress about this? |
What is this? Can you explain please, where this setting located?) |
I got stuck on this issue because I already had the "Contacts Interaction" app disabled. I eventually figured out that I had to enable this app while connecting my iOS to CardDav, let it sync, then disable the "Contacts Interaction" app on my NC instance. Once I saw the recent contacts group disappear from the list on my phone, I went to settings and found the option to set CardDav as default was there. Also something that delayed me: I was deleting and re-adding the account on my phone a bunch and that caused my user account to lock out. Once I enabled that account, and had the app enabled, I was able to log in, then disable the app to get the workaround to function. Hope this helps someone. |
Hi |
Describe the bug
After adding CardDAV account to iOS I cannot select it as default. It's not on the list. Contacts app on iOS can access contacts from nextcloud. Path
To Reproduce
Follow steps listed there: https://docs.nextcloud.com/server/13.0.0/user_manual/pim/sync_ios.html
Expected behavior
CardDAV should be on the list for default account.
Actual behavior
Not on the list of accounts to select as default.
Screenshots
Not needed.
Server configuration
Archlinux default installation, current, no containers (docker etc) or VMs.
Solution that works for me
Instead of path
example.com/remote.php/dav/principals/users/USERNAME/
enterexample.com/remote.php/carddav/principals/USERNAME/
.The text was updated successfully, but these errors were encountered: