Post

Replies

Boosts

Views

Activity

Reply to UICloudSharingController is broken and needs Apple's attention
I have the same problem. Has anyone found any workarounds for this? For example if you roll back your deployment target to iOS 14?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to UICloudSharingController is broken and needs Apple's attention
Ok, I have also reached out to Developer Technical Support and they recommend I file a bug so I did as well. My app is dependent on this functionality so I am stuck until they can resolve.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Sign in with Apple credential always revoked on iOS18/18.1 Simulator
Just checking in to see if there has been any update on this issue? I am experiencing this in 18.2 simulator but this is slowing down my app testing and I spent about 3 hours trying to debug this. :/
Replies
Boosts
Views
Activity
Dec ’24
Reply to Any way to remove the persistent "Allow Paste" pop up after user has given permission?
Filed Feedback: FB17663195
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to How to accept CloudKit shares with the new SwiftUI app lifecycle?
In your SceneDelegate... import CloudKit then add this func... func windowScene(_ windowScene: UIWindowScene, userDidAcceptCloudKitShareWith cloudKitShareMetadata: CKShare.Metadata) { // Call your function that accepts the share and pass it the metadata that is passed in. acceptShare(with: cloudKitShareMetadata) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to Cannot Accept CloudKit Share After First App Install
In this case I was using "vend" to mean "give" or "make available to" my app.
Replies
Boosts
Views
Activity
Jan ’26