Andrey Shcherbakov

Results 6 comments of Andrey Shcherbakov

The problem can be reproduced if self.service.authorizer is not properly initialized. @property (nonatomic) GTLRDriveService* service; ... NSError* error = nil; GTLRDriveQuery_AboutGet *query = [GTLRDriveQuery_AboutGet query]; query.fields = @"kind,user(kind,displayName,emailAddress,photoLink)"; [self.service executeQuery:query...

> The following should work for OS Version < 18.0 prefs:root=PASSWORDS&path=PASSWORD_OPTIONS But it doesn't

> App-prefs:PASSWORDS&path=PASSWORD_OPTIONS You are right. Retested and it does work on iOS 17. Thought on iOS 16 it only enters Passwords, not Password Options.

> URL for AutoFill & Passwords: settings-navigation://com.apple.Settings.General/AUTOFILL Tested on 18.5 Beta 2 Hi llvllo! Thanks man! This URL is not working for 18.4.1, but we'll be testing it on 18.5...

> I used a URL and then linked it to Open with the URL type as text. Probably this is why. Opening the link programmatically gives an error, but strangely...

I do confirm that prefs:root=General&path=AUTOFILL and settings-navigation://com.apple.Settings.General/AUTOFILL work from Shortcuts app on iOS 18.4. Unfortunately, none of them works programmatically like that `UIApplication.shared.open(url, options: [:], completionHandler: nil)`