Post

Replies

Boosts

Views

Activity

Reply to Biometric authentication, Face ID doesn't get triggered
I've figured it out. I was using a global context variable, but it seems to work only if I create a new variable every time I want to use the policy. Doesn't make sense to me, but this doesn't work: let context = LAContext() func authenticate() { context.evaluatePolicy... } While this does: func authenticate() { let context = LAContext() // <-- Moved inside the function context.evaluatePolicy... }
Aug ’24
Reply to Grammarly, Inc. - Won't go away
Found this on the web: In the Finder, click the Go menu and choose Go to Folder. You now need to navigate to several different locations, look for files with Grammarly in their name, and drag them to the Trash. Here are the locations you need to check: ~/Library/Application Support/ ~/Library/Caches/ ~/Library/Saved Application State/ Note that ~ means your user folder. If you also have the browser extension: Open Safari, then click the Safari menu and select Settings. Switch to the Extensions tab. Select Grammarly for Safari and click the Uninstall button. Confirm to remove it.
Aug ’24
Reply to Support needed to certify, unbelievably, of possible exploit of mighty iOS. (Im the lucky loser, possibly)
Sorry to be blunt, OP, but neither of your posts have anything to do with us here on the Developer Forums. We're just developers writing apps. We aren't Apple employees. These forums are not the place for posts like yours. If you have some concerns about your device, wipe it and start from scratch. Don't restore from a backup unless doing so would mean you lose something you really don't want to lose. Importantly, read what @endecotp wrote. It's highly likely that you're being scammed, so don't speak to anyone who calls you or messages you saying your device is hacked etc. It's a load of nonsense.
Aug ’24
Reply to Bank Application Icon and Redirection Settings in Apple Wallet
This doesn't make much sense. Can you list the steps you're taking, maybe show some screenshots of what's happening? Right now, what you've written is a vague feature request that no one could work with. Also, please note, these are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about new features. If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Aug ’24