🚀 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
https://app.creatr.site/reset-password/12345
https://app.creatr.site/email-verification/abc123
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

  1. Deploy this site to Vercel
  2. On your iOS device, make sure the Creatr app is installed
  3. Copy one of the URLs above and paste into Notes or Messages
  4. Tap the link from Notes/Messages (not from this webpage)
  5. If it opens this webpage: Your app isn't handling universal links properly
  6. 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:

  1. iOS App Configuration:
    • Associated Domains capability is enabled
    • Entitlements include: applinks:app.creatr.site
    • Bundle ID matches exactly: com.creatr.app
  2. App Delegate Implementation:
    • Implement application(_:continue:restorationHandler:)
    • Handle NSUserActivity with activityType NSUserActivityTypeBrowsingWeb
  3. Team ID & Bundle ID:
    • Verify Team ID is exactly: A42JX9LDTX
    • Verify Bundle ID is exactly: com.creatr.app
  4. 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