You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looked into this and it looks like the UIApplication.openURL(:) method that we were calling is deprecated and may be the cause of this. This dynamic calling implementation seems super fragile and is actually not possible to do purely in Swift since NSInvocation will probably be required for multiple arguments of the current UIApplication.openURL:options:completionHandler:) method.
I think this was a workaround to get around a restriction on opening the parent application from an extension.
A Today widget (and no other app extension type) can ask the system to open its containing app by calling the openURL:completionHandler: method of the NSExtensionContext class.
Description
The Share Extension can be used to import mp3 files but isn't working in iOS 18.
Step-by-step reproduction instructions
Screenshots or screen recording
No response
Did you search for existing bug reports?
Device, Operating system, and Pocket Casts app version
iOS 18, Pocket Casts 7.74
The text was updated successfully, but these errors were encountered: