🚀 Creatr Universal Links Test
What are Universal Links?
Universal Links allow users to tap a link and go directly to your app if it's installed, or to your website if it's not. This provides a seamless experience across your app and website.
Test Links
⚠️ Important: These links won't work when clicked from this page!
Universal links only work when coming from external sources . Copy the URLs below and test them from Messages, Notes, or another app.
Copy these URLs to test:
https://app.creatr.site /reset-password
Copy
https://app.creatr.site /reset-password/12345
Copy
https://app.creatr.site /email-verification/abc123
Copy
Reset Password (Won't work from here)
Reset Password with Token (Won't work from here)
Email Verification (Won't work from here)
Configuration Status
✅ apple-app-site-association file: Configured and accessible
✅ App ID: A42JX9LDTX.com.creatr.app
⚠️ Testing Required: Test on actual iOS device with app installed
How to Test
Deploy this site to Vercel
On your iOS device, make sure the Creatr app is installed
Copy one of the URLs above and paste into Notes or Messages
Tap the link from Notes/Messages (not from this webpage)
If it opens this webpage: Your app isn't handling universal links properly
If it opens your app: Universal links are working!
Troubleshooting: Link Opens Webpage Instead of App
🔍 Since you're seeing this page from Notes app, here's what to check:
iOS App Configuration:
Associated Domains capability is enabled
Entitlements include: applinks:app.creatr.site
Bundle ID matches exactly: com.creatr.app
App Delegate Implementation:
Implement application(_:continue:restorationHandler:)
Handle NSUserActivity with activityType NSUserActivityTypeBrowsingWeb
Team ID & Bundle ID:
Verify Team ID is exactly: A42JX9LDTX
Verify Bundle ID is exactly: com.creatr.app
App Installation:
Try uninstalling and reinstalling the app
Restart your device after installation
Test with the exact same build that has universal links configured
Technical Details
File: /.well-known/apple-app-site-association
Content-Type: application/json
Cache-Control: no-cache, no-store, must-revalidate