Post

Replies

Boosts

Views

Activity

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