Post

Replies

Boosts

Views

Activity

Reply to MFA MacOS At ScreenSaver (Lock Screen).
% sudo defaults write /Library/Preferences/com.apple.loginwindow screenUnlockMode -int 2, I have got the solution that with SFAuthorisation how to invoke the Lock Screen UI , this also we need to set. here he the link that recommended solution from the DTS engineer. https://developer.apple.com/forums/thread/739038
Topic: Privacy & Security SubTopic: General Tags:
Mar ’26
Reply to How to renew my annual membership (Apple Developer program)
we can renew the apple developer enterprise programme, using the Apple developer app, if alredy installed the Apple Developer app. please login with the account holder credentials , because account holder is the authorised person to renew the membership. If App is not installed. Go to Appstore -> search for Apple Developer -> install the app. -> login with account holder ID. -> click on renew. below is the direct link to install the app. https://apps.apple.com/in/app/apple-developer/id640199958
Apr ’25
Reply to Flutter Xcode Errors
hi emiranozkan, please try to implement and run the project Solution in 2024 Step 1: Open xcode and search for the following line source="$(readlink "${source}")" The file directory would be : ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh Step 2: Replace the searched line in the code with -f Before source="$(readlink "${source}")" Change this to: source="$(readlink -f "${source}")" If Above Solution Not Worked, please go through the Below link for Further Solution, https://stackoverflow.com/questions/53289524/xcode-10-2-1-command-phasescriptexecution-failed-with-a-nonzero-exit-code
Mar ’25
Reply to Request Timed out with Code=-1001_kCFStreamErrorCodeKey=-2102
the issue is looks like relating to creating the request , Please Add the below header fields: request.setValue("application/json", forHTTPHeaderField: "Content-Type") request.setValue("application/json", forHTTPHeaderField: "Accept") Add the ATS configurations to your info.plist. NSAppTransportSecurity NSAllowsArbitraryLoads NSExceptionDomains 10.80.241.84 NSAllowsArbitraryLoads NSExceptionAllowsInsecureHTTPLoads NSIncludesSubdomains if your trying to trigger the local Network add the below to permissions to info.plist NSLocalNetworkUsageDescription This app needs access to connect to servers on your local network
Mar ’25
Reply to MFA MacOS At ScreenSaver (Lock Screen).
Thanks For the reply, I have followed the instructions from the repository at https://github.com/skycocker/NameAndPassword and configured. Plugin Moveed to AuthorizationPlugin. using Below Command. Open/Library/security/secutiryAuthorizationPlugin. security authorizationdb write system.login.screensaver, but it's not working. Please let me know where I should configure it. Let me know if you need any further adjustments!
Topic: Privacy & Security SubTopic: General Tags:
Oct ’24
Reply to MFA MacOS At ScreenSaver (Lock Screen).
% sudo defaults write /Library/Preferences/com.apple.loginwindow screenUnlockMode -int 2, I have got the solution that with SFAuthorisation how to invoke the Lock Screen UI , this also we need to set. here he the link that recommended solution from the DTS engineer. https://developer.apple.com/forums/thread/739038
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to How to renew my annual membership (Apple Developer program)
we can renew the apple developer enterprise programme, using the Apple developer app, if alredy installed the Apple Developer app. please login with the account holder credentials , because account holder is the authorised person to renew the membership. If App is not installed. Go to Appstore -> search for Apple Developer -> install the app. -> login with account holder ID. -> click on renew. below is the direct link to install the app. https://apps.apple.com/in/app/apple-developer/id640199958
Replies
Boosts
Views
Activity
Apr ’25
Reply to Flutter Xcode Errors
hi emiranozkan, please try to implement and run the project Solution in 2024 Step 1: Open xcode and search for the following line source="$(readlink "${source}")" The file directory would be : ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh Step 2: Replace the searched line in the code with -f Before source="$(readlink "${source}")" Change this to: source="$(readlink -f "${source}")" If Above Solution Not Worked, please go through the Below link for Further Solution, https://stackoverflow.com/questions/53289524/xcode-10-2-1-command-phasescriptexecution-failed-with-a-nonzero-exit-code
Replies
Boosts
Views
Activity
Mar ’25
Reply to Request Timed out with Code=-1001_kCFStreamErrorCodeKey=-2102
the issue is looks like relating to creating the request , Please Add the below header fields: request.setValue("application/json", forHTTPHeaderField: "Content-Type") request.setValue("application/json", forHTTPHeaderField: "Accept") Add the ATS configurations to your info.plist. NSAppTransportSecurity NSAllowsArbitraryLoads NSExceptionDomains 10.80.241.84 NSAllowsArbitraryLoads NSExceptionAllowsInsecureHTTPLoads NSIncludesSubdomains if your trying to trigger the local Network add the below to permissions to info.plist NSLocalNetworkUsageDescription This app needs access to connect to servers on your local network
Replies
Boosts
Views
Activity
Mar ’25
Reply to MFA MacOS At ScreenSaver (Lock Screen).
Thanks For the reply, I have followed the instructions from the repository at https://github.com/skycocker/NameAndPassword and configured. Plugin Moveed to AuthorizationPlugin. using Below Command. Open/Library/security/secutiryAuthorizationPlugin. security authorizationdb write system.login.screensaver, but it's not working. Please let me know where I should configure it. Let me know if you need any further adjustments!
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Display Authorization plugin at screensaver unlock
Hi, from showing UI on top of the lock screen. The only way to present UI in that context is to build an authorisation plug-in based on SFAuthorizationPluginView., is this possiable ? Please share the Process to Integrate
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Authorization plugin for screen saver unlock
Hi , please Share The Process to integrate the Authorization Plugin at Screen Saver (Mac OS) For Presenting the NsWindow , And refference Code
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24