new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tauri · Plugins and security · all subjects

deep-link/ios

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

iOS Universal Links verification with apple-app-site-association

For iOS Universal Links using https with a verified host, you need a server endpoint at .well-known/apple-app-site-association returning JSON with an 'applinks' object containing a 'details' array. Each detail object contains 'appIDs' array (format: DEVELOPMENT_TEAM_ID.APP_BUNDLE_ID) and 'components' array. Each component contains a path pattern like '/': '/open/*' to match URLs. The response Content-Type must be 'application/json' and the endpoint must be served over HTTPS.

iOS Universal Links HTTPS requirement

The .well-known/apple-app-site-association endpoint for iOS Universal Links must be served over HTTPS. To test localhost, use a self-signed TLS certificate installed on the iOS simulator or use a service like ngrok.

Verify iOS domain configuration for app associations

To verify if an iOS domain has been properly configured to expose app associations, run 'curl -v https://app-site-association.cdn-apple.com/a/v1/<host>' replacing <host> with your actual host.

iOS custom URI schemes without verification

For iOS custom URI schemes like 'myapp://', declare a custom scheme under mobile configuration with 'appLink': false or omit the appLink field. The plugin generates appropriate CFBundleURLTypes entries in Info.plist. No .well-known files or HTTPS host are needed.

iOS development team ID for Universal Links

For iOS Universal Links, the DEVELOPMENT_TEAM_ID is defined on 'tauri.conf.json > bundle > iOS > developmentTeam' or the TAURI_APPLE_DEVELOPMENT_TEAM environment variable.

Give your agent this brain