Posts

Post not yet marked as solved
2 Replies
I set up two of my apps in same application group like:<key>com.apple.security.application-groups</key> <array> <string>group.com.xyz.test.test1</string> </array>but still getting sourceApplication nil:let sourceApplication = options[.sourceApplication] as? Stringin:func application(_: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> BoolAdditional details: Second app is opened using UIDocumentInteractionController from first app. This is working in iOS 12.0. Stopped working in iOS 13.0 beta.
Post not yet marked as solved
7 Replies
There is another thread https://forums.developer.apple.com/thread/119118