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
This API is deprecated and thus any app trying to launch Evernote will not function as of last week. - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
Thanks @zonabi@juanarzola
The text was updated successfully, but these errors were encountered:
But the main reason for things not to relaunch is this code:- BOOL IsEvernoteInstalled() { return [[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"en://"]]; }
Should be BOOL IsEvernoteInstalled() { return [[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"https://www.evernote.com"]]; }
This API is deprecated and thus any app trying to launch Evernote will not function as of last week.
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
Thanks @zonabi @juanarzola
The text was updated successfully, but these errors were encountered: