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
/// Store shared account information in the app group container.
61
+
///
37
62
/// - Parameters:
38
63
/// - directory: the group directory of share the accounts (group.com.nextcloud.apps), use the func containerURL(forSecurityApplicationGroupIdentifier groupIdentifier: String) -> URL? // Available for OS X in 10.8.3.
39
64
/// - app: the name of app
@@ -81,6 +106,9 @@ public class NKShareAccounts: NSObject {
81
106
returnnil
82
107
}
83
108
109
+
///
110
+
/// Read the shared account information from the app group container.
111
+
///
84
112
/// - Parameters:
85
113
/// - directory: the group directory of share the accounts (group.com.nextcloud.apps), use the func containerURL(forSecurityApplicationGroupIdentifier groupIdentifier: String) -> URL? // Available for OS X in 10.8.3.
86
114
/// - application: the UIApplication used for verify if the app(s) is still installed
0 commit comments