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
When using ios SDK from this release 24.7.1 if we have Mail redirect set to Secure Mail and try to send mail using MFMailComposeViewController nothing happens.
In console there is following warning
BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
Looks like some of Citrix SDKs is using deprecated and already removed in iOS 18+ API. IS there are any plans to release a fix? Or maybe there is some way to workaround this issue?
Thanks
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When using ios SDK from this release 24.7.1 if we have Mail redirect set to Secure Mail and try to send mail using MFMailComposeViewController nothing happens.
In console there is following warning
BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
Looks like some of Citrix SDKs is using deprecated and already removed in iOS 18+ API. IS there are any plans to release a fix? Or maybe there is some way to workaround this issue?
Thanks
The text was updated successfully, but these errors were encountered: