-
Notifications
You must be signed in to change notification settings - Fork 0
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
XCode-11 'open(_:options:completionHandler:)' is unavailable in application extensions #2
Comments
Asked a question on Stack Overflow. For now, personally, going back to XCode 10 |
Have updated imDataUrlApp in 0363e39 to prove that |
Whilst I've yet to update these samples with this, Touchgram has been updated to prove you can do work around this as a two-step thing, which was recommended by Apple DTS.
|
Was fixed in 585e2ea by using a local webView and forwarding URLs to a host app to open them (official DTS recommendation). |
Re-opened because the fix above was only applied to |
Hello, private func share_UrlMethod(tag:Int){
|
Please move this to a StackOverflow question and have a close look at imUrlData It differs in the MSMessage:
|
Trying to build with XCode 11.0 gets an error:
'open(_:options:completionHandler:)' is unavailable in application extensions for iOS
in the apps:
The text was updated successfully, but these errors were encountered: