-
Notifications
You must be signed in to change notification settings - Fork 41
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
Setting UICloudSharingController.availablePermissions has no effect #9
Comments
I've reached out to the team that owns this controller and will update as soon as I hear back. |
Thanks. Any news? |
This is still an issue--both in the main and swift-concurrency branch. Is there any fix? |
I see this as well, definitely appears to be a bug and an update would be appreciated. |
This issue seems to have been resolved in iOS 16 (just tested under Xcode 14.0 beta 6). |
In CloudSharingView.swift,
sharingController.availablePermissions
is set to[.allowReadWrite, .allowPrivate]
.According to the documentation, I would expect the user not to be presented the share options "Anyone with the link" and "View only", but running the app these options are available.
The text was updated successfully, but these errors were encountered: